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