Class GroupPolicyAccountPolicies
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Active Directory Group Policy account policies.
public class GroupPolicyAccountPolicies : GlobalSerializableClassicBase
- Inheritance
-
GroupPolicyAccountPolicies
Constructors
GroupPolicyAccountPolicies()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.GroupPolicyAccountPolicies class.
public GroupPolicyAccountPolicies()
Properties
Items
Gets or sets the items in the collection.
public GroupPolicyAccountPolicyCollection Items { get; set; }
Property Value
Methods
ToString()
Returns the Group Policy account policies as a human readable string.
public override string ToString()
Returns
- string
The Group Policy account policies as a human readable string.