Win32_ClientApplicationSetting class

The Win32_ClientApplicationSetting association WMI class relates an executable file and a Component Object Model (COM) application that contains the COM configuration options for the executable file.

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

[Association, Dynamic, Provider("CIMWin32"), UUID("{0F73ED5E-8ED9-11d2-B340-00105A1F8569}"), AMENDMENT]
class Win32_ClientApplicationSetting
{
  Win32_DCOMApplication REF Application;
  CIM_DataFile          REF Client;
};

Members

The Win32_ClientApplicationSetting class has these types of members:

Properties

The Win32_ClientApplicationSetting class has these properties.

Application

Data type: Win32_DCOMApplication

Access type: Read-only

Qualifiers: key, MappingStrings ("WMI|Win32_DCOMApplication")

Reference to the instance that represents the COM application that contains configuration options of the executable file.

Client

Data type: CIM_DataFile

Access type: Read-only

Qualifiers: key, MappingStrings ("CIM|CIM_DataFile")

Reference to the instance that represents the executable file that uses COM settings.

Remarks

Win32_ClientApplicationSetting does not support enumeration.

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

Operating System Classes