This topic has not yet been rated - Rate this topic

SWbemQualifierSet.Item method

The Item method of the SWbemQualifierSet object returns a named SWbemQualifier object from the collection. This is the default method of this object.

For an explanation of this syntax, see Document Conventions for the Scripting API.

Syntax

objQualifier = .Item( _
  ByVal strName, _
  [ ByVal iFlags ] _
)

Parameters

strName [in]

Required. Name of the qualifier to retrieve.

iFlags [in, optional]

Reserved. The default value is 0 (zero).

Return value

If successful, the requested SWbemQualifier object is returned.

Error codes

After completion of the Item method, the Err object may contain one of the error codes in the following table.

Error (Name/Dec/Hex)Meaning
wbemErrInvalidParameter
2147749896 (0x80041008)

The iFlags parameter was not valid.

wbemErrFailed
2147749889 (0x80041001)

Unspecified error.

wbemErrNotFound
2147749890 (0x80041002)

Specified qualifier does not exist.

Examples

For script code examples, see WMI Tasks for Scripts and Applications and the TechNet ScriptCenter Script Repository.

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

SWbemQualifier

 

 

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.