Class ActiveDirectoryComputers
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Active Directory computers.
public class ActiveDirectoryComputers : BypassSection
- Inheritance
-
ActiveDirectoryComputers
- Inherited Members
Constructors
ActiveDirectoryComputers()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ActiveDirectoryComputers class.
public ActiveDirectoryComputers()
Properties
Items
Gets or sets the items in the collection.
public ActiveDirectoryComputerCollection Items { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.ActiveDirectoryComputers class from the specified XML.
public static ActiveDirectoryComputers FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- ActiveDirectoryComputers
A CENTREL.XIA.Configuration.Types.ActiveDirectoryComputers class.
ToString()
Returns the Active Directory computers as a human readable string.
public override string ToString()
Returns
- string
The Active Directory computers as a human readable string.