Class GroupPolicyObjects
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Group Policy objects.
public class GroupPolicyObjects : BypassSection
- Inheritance
-
GroupPolicyObjects
- Inherited Members
Constructors
GroupPolicyObjects()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.GroupPolicyObjects class.
public GroupPolicyObjects()
Properties
Items
Gets or sets the items in the collection.
public GroupPolicyObjectCollection Items { get; set; }
Property Value
Methods
ToString()
Returns the Group Policy objects as a human readable string.
public override string ToString()
Returns
- string
The Group Policy objects as a human readable string.