SWbemProperty.CIMType property
The CIMType property of the SWbemProperty object is an integer that can be used to determine the CIM type of this property. This property is read-only.
For an explanation of this syntax, see Document Conventions for the Scripting API.
This property is read-only.
Syntax
SWbemProperty.CIMType As Integer
Property value
Remarks
For more information about valid types for this property, see WbemCimtypeEnum.
Instances of embedded objects are stored in composite objects as properties of type CIM_OBJECT. To determine the class of an embedded object in an instance of a composite class, you must examine the CIMType qualifier of the CIM_OBJECT type property.
The object references in an association class are stored in properties of type CIM_REFERENCE. To determine the actual object paths you must examine the CIMType qualifier of the CIM_REFERENCE type property.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 |
Header |
|
Type library |
|
DLL |
|
CLSID |
CLSID_SWbemProperty |
IID |
IID_ISWbemProperty |