Table of Contents

Class MicrosoftDnsServerStubZone

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

Represents a stub zone configured for a Microsoft DNS server.

public class MicrosoftDnsServerStubZone : MicrosoftDnsServerZone, IComparable<MicrosoftDnsServerZone>
Inheritance
MicrosoftDnsServerStubZone
Implements
Inherited Members

Constructors

MicrosoftDnsServerStubZone()

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

public MicrosoftDnsServerStubZone()

Properties

DirectoryPartitionName

Gets or sets the directory partition name.

public string DirectoryPartitionName { get; set; }

Property Value

string

LastSuccessfulSoaCheck

Gets or sets the time of the last SOA check for the zone.

public DateTime LastSuccessfulSoaCheck { get; set; }

Property Value

DateTime

LastSuccessfulZoneTransfer

Gets or sets the time of the last successful zone transfer.

public DateTime LastSuccessfulZoneTransfer { get; set; }

Property Value

DateTime

LastZoneTransferAttempt

Gets or sets the time of the last zone transfer attempt.

public DateTime LastZoneTransferAttempt { get; set; }

Property Value

DateTime

LastZoneTransferResult

Gets or sets the last zone transfer result.

public uint LastZoneTransferResult { get; set; }

Property Value

uint

MasterServers

Gets or sets the master servers for the zone. This does not apply to primary zones.

public SerializableStringCollection MasterServers { get; set; }

Property Value

SerializableStringCollection

ReplicationScope

Gets or sets the replication scope for Active Directory integrated zones.

public MicrosoftDnsServerZoneReplicationScope ReplicationScope { get; set; }

Property Value

MicrosoftDnsServerZoneReplicationScope

ReplicationScopeString

Gets the replication scope for Active Directory integrated zones.

public string ReplicationScopeString { get; set; }

Property Value

string

Methods

Clone()

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

public MicrosoftDnsServerStubZone Clone()

Returns

MicrosoftDnsServerStubZone

A CENTREL.XIA.Configuration.Types.MicrosoftDnsServerStubZone.