Win32_COMApplicationSettings class

The Win32_COMApplicationSettings association WMI class relates a DCOM application and its configuration settings.

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

Syntax

[Dynamic, Provider("CIMWin32"), UUID("{E5D8A563-F6C0-11d2-B35E-00105A1F8569}"), AMENDMENT]
class Win32_COMApplicationSettings : CIM_ElementSetting
{
  Win32_DCOMApplicationSetting REF Setting;
  Win32_DCOMApplication        REF Element;
};

Members

The Win32_COMApplicationSettings class has these types of members:

Properties

The Win32_COMApplicationSettings class has these properties.

Element

Data type: Win32_DCOMApplication

Access type: Read-only

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

A Win32_DCOMApplication that represents the DCOM application where the settings are applied.

Setting

Data type: Win32_DCOMApplicationSetting

Access type: Read-only

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

A Win32_DCOMApplicationSetting that represents the configuration settings associated with the DCOM application.

Remarks

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