Win32_DCOMApplicationLaunchAllowedSetting class

The Win32_DCOMApplicationLaunchAllowedSetting association WMI class relates the Win32_DCOMApplication instance and the user SIDs that can launch 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

[Association, Dynamic, Provider("CIMWin32"), UUID("{0F73ED55-8ED9-11d2-B340-00105A1F8569}"), AMENDMENT]
class Win32_DCOMApplicationLaunchAllowedSetting
{
  Win32_DCOMApplication REF Element;
  Win32_SID             REF Setting;
};

Members

The Win32_DCOMApplicationLaunchAllowedSetting class has these types of members:

Properties

The Win32_DCOMApplicationLaunchAllowedSetting class has these properties.

Element

Data type: Win32_DCOMApplication

Access type: Read-only

Qualifiers: Key, Override ("Element"), MappingStrings (" Microsoft CIM Win32|Win32_DCOMApplication|AppID")

Reference to the Win32_DCOMApplication instance representing a DCOM application.

Setting

Data type: Win32_SID

Access type: Read-only

Qualifiers: Key, Override ("Setting"), MappingStrings (" Microsoft CIM Win32|Win32_SID|SID")

Reference to the Win32_SID instance representing the role of a user that can access a component grouped under the associated Win32_DCOMApplication instance.

Requirements

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

See also

Operating System Classes