Class GroupPolicyWindowsRegistryCollectionItem
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an Active Directory Group Policy registry collection item.
public class GroupPolicyWindowsRegistryCollectionItem : GroupPolicyPreferenceBase, IComparable<GroupPolicyPreferenceBase>
- Inheritance
-
GroupPolicyWindowsRegistryCollectionItem
- Implements
- Inherited Members
Constructors
GroupPolicyWindowsRegistryCollectionItem()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.GroupPolicyWindowsRegistryCollectionItem class.
public GroupPolicyWindowsRegistryCollectionItem()
Properties
RegistryCollections
Gets or sets the child collections.
public GroupPolicyWindowsRegistryCollectionItems RegistryCollections { get; set; }
Property Value
RegistryItems
Gets or sets the registry items in the collection.
public GroupPolicyWindowsRegistryItems RegistryItems { get; set; }