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