Table of Contents

Class MicrosoftDnsServerNameServer

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

Represents a name server for a Microsoft DNS server zone.

public class MicrosoftDnsServerNameServer : BaseTypeSection, IComparable<MicrosoftDnsServerNameServer>
Inheritance
MicrosoftDnsServerNameServer
Implements

Constructors

MicrosoftDnsServerNameServer()

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

public MicrosoftDnsServerNameServer()

Properties

IPAddresses

Gets or sets the IP addresses for the name server.

public SerializableStringCollection IPAddresses { get; set; }

Property Value

SerializableStringCollection

NameServer

Gets or sets the fully qualified domain name of the name server.

public string NameServer { get; set; }

Property Value

string

Methods

Clone()

Returns a CENTREL.XIA.Configuration.Types.MicrosoftDnsServerNameServer cloned from this object.

public MicrosoftDnsServerNameServer Clone()

Returns

MicrosoftDnsServerNameServer

A CENTREL.XIA.Configuration.Types.MicrosoftDnsServerNameServer.

CompareTo(MicrosoftDnsServerNameServer)

Compares two CENTREL.XIA.Configuration.Types.MicrosoftDnsServerNameServer objects to allow sorting alphabetically by nameserver.

public int CompareTo(MicrosoftDnsServerNameServer other)

Parameters

other MicrosoftDnsServerNameServer

The CENTREL.XIA.Configuration.Types.MicrosoftDnsServerNameServer to compare to.

Returns

int

The sort order of the two CENTREL.XIA.Configuration.Types.MicrosoftDnsServerNameServer objects.

ToString()

Returns the name server name.

public override string ToString()

Returns

string

The name server name.