Table of Contents

Class GroupPolicyPowerPlanBase

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents an Active Directory Group Policy power plan.

public abstract class GroupPolicyPowerPlanBase : GroupPolicyPreferenceBase, IComparable<GroupPolicyPreferenceBase>
Inheritance
GroupPolicyPowerPlanBase
Implements
Derived
Inherited Members

Constructors

GroupPolicyPowerPlanBase()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.GroupPolicyPowerPlanBase class.

public GroupPolicyPowerPlanBase()

Properties

IsClassic

Gets whether the power plan is a classic power scheme or global power options.

public abstract bool IsClassic { get; set; }

Property Value

bool