Win32_SystemSetting class
The Win32_SystemSetting abstract association WMI class relates a computer system and a general setting on that system.
The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties. Properties and methods are in alphabetic order, not MOF order.
Syntax
[Abstract, UUID("{8502C501-5FBB-11D2-AAC1-006008C78BC7}"), AMENDMENT]
class Win32_SystemSetting : CIM_ElementSetting
{
Win32_ComputerSystem REF Element;
CIM_Setting REF Setting;
};
Members
The Win32_SystemSetting class has these types of members:
Properties
The Win32_SystemSetting class has these properties.
-
Element
-
-
Data type: Win32_ComputerSystem
-
Access type: Read-only
-
Qualifiers: key, Override ("Element"), MappingStrings ("WMI|Win32_ComputerSystem")
Reference to the instance representing the properties of a computer system where this setting can be applied.
-
-
Setting
-
-
Data type: CIM_Setting
-
Access type: Read-only
-
Qualifiers: key, Override ("Setting"), MappingStrings ("CIM|CIM_Setting")
Reference to the instance representing the properties of the setting that can be applied to the computer system.
-
Remarks
The Win32_SystemSetting class is derived from CIM_ElementSetting.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 |
Namespace |
Root\CIMV2 |
MOF |
|
DLL |
|
See also