Table of Contents

Class MicrosoftDnsServerConditionalForwarders

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

Represents the conditional forwarders for a Microsoft DNS server.

public class MicrosoftDnsServerConditionalForwarders : BaseTypeSection
Inheritance
MicrosoftDnsServerConditionalForwarders

Constructors

MicrosoftDnsServerConditionalForwarders()

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

public MicrosoftDnsServerConditionalForwarders()

Properties

Items

Gets or sets the items in the collection.

public MicrosoftDnsServerConditionalForwarderCollection Items { get; set; }

Property Value

MicrosoftDnsServerConditionalForwarderCollection

Methods

FromXml(string)

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

public static MicrosoftDnsServerConditionalForwarders FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

MicrosoftDnsServerConditionalForwarders

A CENTREL.XIA.Configuration.Types.MicrosoftDnsServerConditionalForwarders class.

ToString()

Returns the conditional forwarders as a human readable string.

public override string ToString()

Returns

string

The conditional forwarders as a human readable string.