Table of Contents

Class MicrosoftDnsServerZoneAgingSettings

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

Represents the aging settings for a zone configured for a Microsoft DNS server.

public class MicrosoftDnsServerZoneAgingSettings : BaseTypeSection
Inheritance
MicrosoftDnsServerZoneAgingSettings

Constructors

MicrosoftDnsServerZoneAgingSettings()

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

public MicrosoftDnsServerZoneAgingSettings()

Properties

AgingEnabled

Gets or sets whether aging is enabled for the zone.

public BooleanOption AgingEnabled { get; set; }

Property Value

BooleanOption

NoRefreshInterval

Gets or sets the no-refresh interval.

public SerializableTimeSpan NoRefreshInterval { get; set; }

Property Value

SerializableTimeSpan

RefreshInterval

Gets or sets the refresh interval.

public SerializableTimeSpan RefreshInterval { get; set; }

Property Value

SerializableTimeSpan

Methods

FromXml(string)

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

public static MicrosoftDnsServerZoneAgingSettings FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

MicrosoftDnsServerZoneAgingSettings

A CENTREL.XIA.Configuration.Types.MicrosoftDnsServerZoneAgingSettings class.

ToString()

Returns the aging settings as a human readable string.

public override string ToString()

Returns

string

The aging settings as a human readable string.