SWbemQualifierSet object
An SWbemQualifierSet object is a collection of SWbemQualifier objects. Items are added to the collection using the Add method, retrieved from the collection using the Item method, and removed from the collection using the Remove method. This object cannot be created by the VBScript CreateObject call.
For more information, see Accessing a Collection.
The SWbemQualifier objects that make up an SWbemQualifierSet collection describe the qualifiers attached to a WMI class, instance, method, or method parameter.
Members
The SWbemQualifierSet object has these types of members:
Methods
The SWbemQualifierSet object has these methods.
Method | Description |
---|---|
Add | Adds an SWbemQualifier object to the SWbemQualifierSet collection. |
Item | Returns a named SWbemQualifier object from the collection. |
Remove | Deletes a named qualifier from the collection. |
Properties
The SWbemQualifierSet object has these properties.
Property | Access type | Description |
---|---|---|
Count |
Read-only |
Contains the number of items in an SWbemQualifierSet collection. |
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 |
Header |
|
Type library |
|
DLL |
|
CLSID |
CLSID_SWbemQualifierSet |
IID |
IID_ISWbemQualifierSet |