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