'The AutoConvertToClsid property contains the Globally Unique Identifier (GUID)of the COM class to which this COM component will automatically be converted.'
AutoConvertToClsid property is in 1 class (Win32_ClassicCOMClassSetting) of ROOT\CIMV2\ms_409 and in 2 namespaces
'The AutoTreatAsClsid property contains a Globally Unique Identifier (GUID) for the COM component that will automatically emulate instances of this class.'
AutoTreatAsClsid property is in 1 class (Win32_ClassicCOMClassSetting) of ROOT\CIMV2\ms_409 and in 2 namespaces
'The LongDisplayName property specifies the COM application's full name. It is used in areas such as the Results field of the OLE Paste Special dialog box.'
LongDisplayName property is in 1 class (Win32_ClassicCOMClassSetting) of ROOT\CIMV2\ms_409 and in 2 namespaces
'The ProgId property contains a programmatic identifier associated with the COM component. The format of a ProgID is ... This identifier is not guaranteed to be unique.'
'The ThreadingModel property specifies the threading model used by in-process COM classes, including: Apartment - components may be entered by one and only one thread. Common data held by these kinds of object servers must be protected against thread collisions since the object server supports multiple components. Each component can be entered simultaneously by different threads. Free - components place no restrictions on which threads or how many threads can enter the object. The object cannot contain thread-specific data and must protect its data from simultaneous access by multiple threads. Free-threaded components however, cannot be accessed by apartment threads directly, and calls to them are marshaled across from the client apartment. Both - components that can be used in either apartment-threaded or free-threaded modes. These components can be entered by multiple threads, protect their data from thread collisions, and do not contain thread-specific data. If this property is NULL, then no threading model is used. The component is created on the main thread of the client and calls from other threads are marshaled to this thread. Please refer to the Platform Software Development Kit for information on the various threading models.'
'The ToolBoxBitmap32 property indicates the module name and resource ID for a small (16 x 16) bitmap used for the face of a toolbar or toolbox button. Used when the COM component is an OLE or ActiveX control'
ToolBoxBitmap32 property is in 1 class (Win32_ClassicCOMClassSetting) of ROOT\CIMV2\ms_409 and in 2 namespaces