Win32_ClassicCOMClassSettings class

The Win32_ClassicCOMClassSettings association WMI class relates a Component Object Model (COM) class and the settings used to configure instances of the COM class.

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

[Dynamic, Provider("CIMWin32"), UUID("{E5D8A564-F6C0-11d2-B35E-00105A1F8569}"), AMENDMENT]
class Win32_ClassicCOMClassSettings : CIM_ElementSetting
{
  Win32_ClassicCOMClassSetting REF Setting;
  Win32_ClassicCOMClass        REF Element;
};

Members

The Win32_ClassicCOMClassSettings class has these types of members:

Properties

The Win32_ClassicCOMClassSettings class has these properties.

Element

Data type: Win32_ClassicCOMClass

Access type: Read-only

Qualifiers: Key, Override ("Element"), MappingStrings ("WMI|Win32_ClassicCOMClass")

A Win32_ClassicCOMClass that represents the COM class where the settings are applied.

Setting

Data type: Win32_ClassicCOMClassSetting

Access type: Read-only

Qualifiers: Key, Override ("Setting"), MappingStrings ("WMI|Win32_ClassicCOMClassSetting")

A Win32_ClassicCOMClassSetting that represents configuration settings associated with the COM class.

Remarks

The Win32_ClassicCOMClassSettings 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

Operating System Classes