Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents a power setting subgroup in the system. A power setting subgroup is a logical grouping for power settings. Subgroups provide an organizational structure for grouping settings. All power settings belong to only one subgroup. Settings that are not formally grouped belong to the "No SubGroup" group. An instance of Win32_PowerSettingSubgroup is created for each power subgroup defined, including the special "No SubGroup" group.
The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.
Syntax
[Provider("PowerWmiProvider"), Dynamic]
class Win32_PowerSettingSubgroup : CIM_SettingData
{
string Description;
string InstanceID;
string ElementName;
};
Members
The Win32_PowerSettingSubgroup class has these types of members:
Properties
The Win32_PowerSettingSubgroup class has these properties.
-
Description
-
-
Data type: string
-
Access type: Read-only
Specifies the description of the power subgroup.
-
-
ElementName
-
-
Data type: string
-
Access type: Read-only
Specifies the friendly name of the power subgroup.
-
-
InstanceID
-
-
Data type: string
-
Access type: Read-only
Specifies the GUID that represents the power subgroup.
The InstanceID string must be in the following format: "Microsoft:PowerSettingSubgroup\{Subgroup_GUID}".
-
Requirements
| Minimum supported client |
Windows 7 |
| Minimum supported server |
Windows Server 2008 R2 |
| Namespace |
Root\CIMV2\power |
| MOF |
|
| DLL |
|