This topic has not yet been rated - Rate this topic

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.

MethodDescription
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.

PropertyAccess typeDescription

Count

Read-only

Contains the number of items in an SWbemQualifierSet collection.

 

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Type library

Wbemdisp.tlb

DLL

Wbemdisp.dll

See also

Scripting API Objects

 

 

Send comments about this topic to Microsoft

Build date: 11/19/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.