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
IsDsIntegrated
Gets or sets whether the conditional forwarder is Active Directory integrated.
public BooleanOption IsDsIntegrated { get; set; }
Property Value
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
ReplicationScopeString
Gets the replication scope for Active Directory integrated conditional forwarders.
public string ReplicationScopeString { get; set; }
Property Value
ZoneName
Gets or sets the zone name.
public string ZoneName { get; set; }
Property Value
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
MicrosoftDnsServerConditionalForwarderThe 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.