Win32_WMIElementSetting class
The Win32_WMIElementSetting association WMI class relates a service running in the Windows system and the WMI settings it can use.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties. Properties and methods are in alphabetic order, not MOF order.
Syntax
[Dynamic, Provider("WBEMCORE"), UUID("{A83EF167-CA8D-11d2-B33D-00104BCC4B4A}"), AMENDMENT]
class Win32_WMIElementSetting : CIM_ElementSetting
{
Win32_Service REF Element;
Win32_WMISetting REF Setting;
};
Members
The Win32_WMIElementSetting class has these types of members:
Properties
The Win32_WMIElementSetting class has these properties.
-
Element
-
-
Data type: Win32_Service
-
Access type: Read-only
-
Qualifiers: key, Override ("Element"), MappingStrings ("WMI|Win32_Service")
Reference to the instance representing the Windows service using or surfacing WMI properties.
-
-
Setting
-
-
Data type: Win32_WMISetting
-
Access type: Read-only
-
Qualifiers: key, Override ("Setting"), MappingStrings ("WMI|Win32_WMISetting")
Reference to the instance representing the WMI settings available to the Windows service.
-
Remarks
The Win32_WMIElementSetting 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