Table of Contents

Class MicrosoftDnsServerNameServers

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the name servers for a Microsoft DNS server zone.

public class MicrosoftDnsServerNameServers : BaseTypeSection
Inheritance
MicrosoftDnsServerNameServers

Constructors

MicrosoftDnsServerNameServers()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftDnsServerNameServers class.

public MicrosoftDnsServerNameServers()

Properties

Items

Gets or sets the items in the collection.

public MicrosoftDnsServerNameServerCollection Items { get; set; }

Property Value

MicrosoftDnsServerNameServerCollection

Methods

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.MicrosoftDnsServerNameServers class from the specified XML.

public static MicrosoftDnsServerNameServers FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

MicrosoftDnsServerNameServers

A CENTREL.XIA.Configuration.Types.MicrosoftDnsServerNameServers class.

ToString()

Returns the name servers as a human readable string.

public override string ToString()

Returns

string

The name servers as a human readable string.