SWbemQualifier object
You can use the properties of the SWbemQualifier object to represent a single qualifier of a WMI class, instance, property, or method parameter. This object cannot be created by the VBScript CreateObject call.
Members
The SWbemQualifier object has these types of members:
Properties
The SWbemQualifier object has these properties.
Property | Access type | Description |
---|---|---|
IsAmended |
Read-only |
Boolean value that indicates if this qualifier has been localized using a merge operation. |
IsLocal |
Read-only |
Boolean value that indicates if this qualifier is local. |
IsOverridable |
Read/write |
Boolean value that indicates if this qualifier can be overridden when propagated. |
Name |
Read-only |
Name of this qualifier. |
PropagatesToInstance |
Read/write |
Boolean value that indicates if this qualifier can be propagated to an instance. |
PropagatesToSubClass |
Read-only |
Boolean value that indicates if this qualifier can be propagated to a subclass. |
Value |
Read/write |
Variant value of this qualifier. This is the default property of this object. |
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 |
Header |
|
Type library |
|
DLL |
|
CLSID |
CLSID_SWbemQualifier |
IID |
IID_ISWbemQualifier |