Table of Contents

Class ActiveDirectoryDomainControllers

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

Represents a collection of Active Directory domain controllers.

public class ActiveDirectoryDomainControllers : BypassSection
Inheritance
ActiveDirectoryDomainControllers
Inherited Members

Constructors

ActiveDirectoryDomainControllers()

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

public ActiveDirectoryDomainControllers()

Properties

Items

Gets or sets the items in the collection.

public ActiveDirectoryDomainControllerCollection Items { get; set; }

Property Value

ActiveDirectoryDomainControllerCollection

Methods

FromXml(string)

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

public static ActiveDirectoryDomainControllers FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

ActiveDirectoryDomainControllers

A CENTREL.XIA.Configuration.Types.ActiveDirectoryDomainControllers class.

ToString()

Returns the Active Directory domain controllers as a human readable string.

public override string ToString()

Returns

string

The Active Directory domain controllers as a human readable string.