SWbemProperty object
The SWbemProperty object represents a single WMI property of a managed object. This object cannot be created by the VBScript CreateObject call.
Members
The SWbemProperty object has these types of members:
Properties
The SWbemProperty object has these properties.
Property | Access type | Description |
---|---|---|
CIMType |
Read-only |
Type of this property. |
IsArray |
Read-only |
Boolean value that indicates if this property has an array type. |
IsLocal |
Read-only |
Boolean value that indicates if this property is local. |
Name |
Read-only |
Name of this WMI property. |
Origin |
Read-only |
Contains the originating class of this property. |
Qualifiers_ |
Read-only |
An SWbemQualifierSet object, which is the collection of qualifiers for this property. |
Value |
Read/write |
Actual value of this property. This is the default automation property of this object. |
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 |
Header |
|
Type library |
|
DLL |
|
CLSID |
CLSID_SWbemProperty |
IID |
IID_ISWbemProperty |