Table of Contents

Class MicrosoftDnsServerRootHints

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

Represents the root hints for a Microsoft DNS server.

public class MicrosoftDnsServerRootHints : BypassSection
Inheritance
MicrosoftDnsServerRootHints
Inherited Members

Constructors

MicrosoftDnsServerRootHints()

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

public MicrosoftDnsServerRootHints()

Properties

Items

Gets or sets the items in the collection.

public MicrosoftDnsServerRootHintCollection Items { get; set; }

Property Value

MicrosoftDnsServerRootHintCollection

Methods

FromXml(string)

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

public static MicrosoftDnsServerRootHints FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

MicrosoftDnsServerRootHints

A CENTREL.XIA.Configuration.Types.MicrosoftDnsServerRootHints class.

ToString()

Returns the root hints as a human readable string.

public override string ToString()

Returns

string

The root hints as a human readable string.