Help Center

PropValueproperty

Retrieves the variant value of the WMI property.

COMpropertyCWmiDisp.incdoc-orphan
No implementation located. This member is documented, but the source scan found no matching declaration. It is likely declared in a header this scan does not resolve, or provided by a macro.

Syntax

PROPERTY PropValue (BYREF wszName AS WSTRING) AS DVARIANT
PROPERTY PropValue (BYREF wszName AS WSTRING, BYREF dvValue AS DVARIANT)

Parameters

NameDescription
wszNameName of the property to retrieve.
dvValueThe variant value to set.

Description

Gets/sets the variant value of the WMI property.

Reference