Table of Contents

Class MicrosoftDnsServerConditionalForwarder

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

Represents a conditional forwarder configured for a Microsoft DNS server.

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

Constructors

MicrosoftDnsServerConditionalForwarder()

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

public MicrosoftDnsServerConditionalForwarder()

Properties

ForwarderTimeout

Gets or sets the forwarder timeout in seconds.

public uint ForwarderTimeout { get; set; }

Property Value

uint

IsDsIntegrated

Gets or sets whether the conditional forwarder is Active Directory integrated.

public BooleanOption IsDsIntegrated { get; set; }

Property Value

BooleanOption

MasterServers

Gets or sets the master servers configured for the conditional forwarder.

public SerializableStringCollection MasterServers { get; set; }

Property Value

SerializableStringCollection

ReplicationScope

Gets or sets the replication scope for Active Directory integrated conditional forwarders.

public MicrosoftDnsServerConditionalForwarderReplicationScope ReplicationScope { get; set; }

Property Value

MicrosoftDnsServerConditionalForwarderReplicationScope

ReplicationScopeString

Gets the replication scope for Active Directory integrated conditional forwarders.

public string ReplicationScopeString { get; set; }

Property Value

string

ZoneName

Gets or sets the zone name.

public string ZoneName { get; set; }

Property Value

string

Methods

Clone()

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

public MicrosoftDnsServerConditionalForwarder Clone()

Returns

MicrosoftDnsServerConditionalForwarder

A CENTREL.XIA.Configuration.Types.MicrosoftDnsServerConditionalForwarder.

CompareTo(MicrosoftDnsServerConditionalForwarder)

Compares two CENTREL.XIA.Configuration.Types.MicrosoftDnsServerConditionalForwarder objects to allow sorting alphabetically by zone name.

public int CompareTo(MicrosoftDnsServerConditionalForwarder other)

Parameters

other MicrosoftDnsServerConditionalForwarder

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

Returns

int

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

ToString()

Returns the zone name.

public override string ToString()

Returns

string

The zone name.