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