Win32_PowerSettingDefinitionRangeData class
Represents the possible range data values for a power setting. Associations relate this class with the Win32_PowerSetting instance it describes.
The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.
Syntax
[Provider("PowerWmiProvider"), Dynamic]
class Win32_PowerSettingDefinitionRangeData : CIM_SettingData
{
string Description;
string InstanceID;
string ElementName;
uint32 SettingValue;
};
Members
The Win32_PowerSettingDefinitionRangeData class has these types of members:
Properties
The Win32_PowerSettingDefinitionRangeData class has these properties.
-
Description
-
-
Data type: string
-
Access type: Read-only
Specifies the description of the range data type.
-
-
ElementName
-
-
Data type: string
-
Access type: Read-only
Specifies whether the range value defines the minimum (ValueMin), maximum (ValueMax), or increment value (ValueIncrement) of the range.
-
-
InstanceID
-
-
Data type: string
-
Access type: Read-only
Specifies the unique identifier for the power setting definition range data instance.
The InstanceID string must be in the following format: "Microsoft:PowerSettingDefinitionRangeData\{value_type}\{Definition_GUID}". The {value_type} portion of the string corresponds to a minimum, maximum, or increment value, and the {Definition_GUID) portion corresponds to the unique GUID.
-
-
SettingValue
-
-
Data type: uint32
-
Access type: Read/write
Specifies the value of the range data expressed as an integer.
-
Requirements
Minimum supported client |
Windows 7 |
Minimum supported server |
Windows Server 2008 R2 |
Namespace |
Root\CIMV2\power |
MOF |
|
DLL |
|