This topic has not yet been rated - Rate this topic

SWbemProperty object

The SWbemProperty object represents a single WMI property of a managed object. This object cannot be created by the VBScript CreateObject call.

Members

The SWbemProperty object has these types of members:

Properties

The SWbemProperty object has these properties.

PropertyAccess typeDescription

CIMType

Read-only

Type of this property.

IsArray

Read-only

Boolean value that indicates if this property has an array type.

IsLocal

Read-only

Boolean value that indicates if this property is local.

Name

Read-only

Name of this WMI property.

Origin

Read-only

Contains the originating class of this property.

Qualifiers_

Read-only

An SWbemQualifierSet object, which is the collection of qualifiers for this property.

Value

Read/write

Actual value of this property. This is the default automation 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.