Win32_PowerSettingDefineCapabilities class
Associates a power setting's definition data with the power setting definition.
The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.
Syntax
[Provider("PowerWmiProvider"), Dynamic]
class Win32_PowerSettingDefineCapabilities : CIM_SettingsDefineCapabilities
{
CIM_SettingData REF PartComponent;
uint16 PropertyPolicy = 0;
uint16 ValueRole;
uint16 ValueRange = 0;
Win32_PowerSettingDefinition REF GroupComponent;
};
Members
The Win32_PowerSettingDefineCapabilities class has these types of members:
Properties
The Win32_PowerSettingDefineCapabilities class has these properties.
-
GroupComponent
-
-
Data type: Win32_PowerSettingDefinition
-
Access type: Read/write
The InstanceID of the power setting definition.
-
-
PartComponent
-
-
Data type: CIM_SettingData
-
Access type: Read-only
Specifies the InstanceID of the power setting definition data object. This is either a Win32_PowerSettingDefinitionPossibleValue or Win32_PowerSettingDefinitionRangeData object.
-
-
PropertyPolicy
-
-
Data type: uint16
-
Access type: Read-only
Defines whether the power setting data object associated is independent or correlated. In general, discrete values are independent and range values are correlated.
-
Independent (0)
-
Correlated (1)
-
-
ValueRange
-
-
Data type: uint16
-
Access type: Read-only
Defines the semantics of the setting data. For more information about the possible values, see CIM_SettingsDefineCapabilities.
-
Point (0)
-
Minimum (1)
-
Maximum (2)
-
Increment (3)
-
-
ValueRole
-
-
Data type: uint16
-
Access type: Read-only
Defines the role of the associated power setting data object. Only Supported (3) is valid.
-
Requirements
Minimum supported client |
Windows 7 |
Minimum supported server |
Windows Server 2008 R2 |
Namespace |
Root\CIMV2\power |
MOF |
|
DLL |
|