Table of Contents

Class MicrosoftDnsServerResourceRecords

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

Represents the resource records configured for a Microsoft DNS server.

public class MicrosoftDnsServerResourceRecords : BypassSection
Inheritance
MicrosoftDnsServerResourceRecords
Inherited Members

Constructors

MicrosoftDnsServerResourceRecords()

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

public MicrosoftDnsServerResourceRecords()

Properties

Items

Gets or sets the items in the collection.

public MicrosoftDnsServerResourceRecordCollection Items { get; set; }

Property Value

MicrosoftDnsServerResourceRecordCollection

Methods

FromXml(string)

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

public static MicrosoftDnsServerResourceRecords FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

MicrosoftDnsServerResourceRecords

A CENTREL.XIA.Configuration.Types.MicrosoftDnsServerResourceRecords class.

ToString()

Returns the resource records as a human readable string.

public override string ToString()

Returns

string

The resource records as a human readable string.