| Win32_COMSetting | |||
| The Win32_COMSetting class represents the settings associated with a COM component or COM application. | |||
| NameSpace Path | |||
| \ROOT\CIMV2 | |||
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| Caption | String | A short textual description (one-line string) of the CIM_Setting object. | |
| Description | String | A textual description of the CIM_Setting object. | |
| SettingID | String | The identifier by which the CIM_Setting object is known. | |
| SAMPLE DATA INSTANCE | |||
|    [LOCALE(1033): ToInstance Amended]    instance of Win32_ClassicCOMClassSetting    {     Caption = "DAO.DBEngine.35";     ComponentId = "{00000010-0000-0010-8000-00AA006D2EA4}";     Control = FALSE;     Description = "DAO.DBEngine.35";     InprocServer32 = "C:\\Program Files\\Common Files\\Microsoft Shared\\DAO\\DAO350.DLL";     Insertable = FALSE;     JavaClass = FALSE;     ProgId = "DAO.DBEngine.35";     ThreadingModel = "Apartment";    }; | |||