Win32_DeviceSettings class

The Win32_DeviceSettings abstract, association WMI class relates a logical device and a setting that can be applied to it.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties. Properties are listed in alphabetic order, not MOF order.

Syntax

[Abstract, UUID("{8502C4FD-5FBB-11D2-AAC1-006008C78BC7}"), AMENDMENT]
class Win32_DeviceSettings : CIM_ElementSetting
{
  CIM_Setting       REF Setting;
  CIM_LogicalDevice REF Element;
};

Members

The Win32_DeviceSettings class has these types of members:

Properties

The Win32_DeviceSettings class has these properties.

Element

Data type: CIM_LogicalDevice

Access type: Read-only

Qualifiers: key, Override ("Element"), MappingStrings ("CIM|CIM_LogicalDevice")

A CIM_LogicalDevice that represents properties of the logical device on which the settings can be applied.

Setting

Data type: CIM_Setting

Access type: Read-only

Qualifiers: key, Override ("Setting"), MappingStrings ("CIM|CIM_Setting")

A CIM_Setting that represents settings that can be applied to the logical device.

Remarks

The Win32_DeviceSettings class is derived from CIM_ElementSetting.

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Namespace
Root\CIMV2
MOF
CIMWin32.mof
DLL
CIMWin32.dll

See also

CIM_ElementSetting

Computer System Hardware Classes