Table of Contents

Class MicrosoftDnsServerZones

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

Represents the zones configured for a Microsoft DNS server.

public class MicrosoftDnsServerZones : BaseTypeSection
Inheritance
MicrosoftDnsServerZones

Constructors

MicrosoftDnsServerZones()

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

public MicrosoftDnsServerZones()

Properties

Items

Gets or sets the items in the collection.

public MicrosoftDnsServerZoneCollection Items { get; set; }

Property Value

MicrosoftDnsServerZoneCollection

Methods

FromXml(string)

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

public static MicrosoftDnsServerZones FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

MicrosoftDnsServerZones

A CENTREL.XIA.Configuration.Types.MicrosoftDnsServerZones class.

ToString()

Returns the zones as a human readable string.

public override string ToString()

Returns

string

The zones as a human readable string.