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