0 out of 1 rated this helpful - Rate this topic

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.

PropertyAccess typeDescription

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

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.