Skip to content

Latest commit

 

History

History
132 lines (86 loc) · 3.02 KB

win32-comsetting.md

File metadata and controls

132 lines (86 loc) · 3.02 KB
description ms.assetid ms.tgt_platform title ms.topic ms.date topic_type api_name api_type api_location
The Win32\_COMSetting abstract WMI class represents the settings associated with a Component Object Model (COM) component or COM application.
e8cdbee8-41ab-4aff-b17b-707667138411
multiple
Win32_COMSetting class
reference
05/31/2018
APIRef
kbSyntax
Win32_COMSetting
Win32_COMSetting.Caption
Win32_COMSetting.Description
Win32_COMSetting.SettingID
DllExport
CIMWin32.dll

Win32_COMSetting class

The Win32_COMSetting abstract WMI class represents the settings associated with a Component Object Model (COM) component or COM application.

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("{E5D8A560-F6C0-11d2-B35E-00105A1F8569}"), AMENDMENT]
class Win32_COMSetting : CIM_Setting
{
  string Caption;
  string Description;
  string SettingID;
};

Members

The Win32_COMSetting class has these types of members:

Properties

The Win32_COMSetting class has these properties.

Caption

Data type: string

Access type: Read-only

Qualifiers: MaxLen (64)

Short textual description of the current object.

This property is inherited from CIM_Setting.

Description

Data type: string

Access type: Read-only

Textual description of the current object.

This property is inherited from CIM_Setting.

SettingID

Data type: string

Access type: Read-only

Qualifiers: MaxLen (256)

Identifier by which the current object is known.

This property is inherited from CIM_Setting.

Remarks

The Win32_COMSetting class is derived from CIM_Setting.

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_Setting

Operating System Classes