UtilPowerPowerPlans Property
Gets all the power plans available on the current system.
Namespace: DevCase.Core.IO.Devices.PowerAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static ReadOnlyCollection<PowerPlan> PowerPlans { get; }
Public Shared ReadOnly Property PowerPlans As ReadOnlyCollection(Of PowerPlan)
Get
Dim value As ReadOnlyCollection(Of PowerPlan)
value = UtilPower.PowerPlans
public:
static property ReadOnlyCollection<PowerPlan^>^ PowerPlans {
ReadOnlyCollection<PowerPlan^>^ get ();
}
static member PowerPlans : ReadOnlyCollection<PowerPlan> with get
No code example is currently available or this language may not be supported.
Property Value
ReadOnlyCollectionPowerPlan
The active power plan.