DWbemClassObject.GetPropertyQualifierSet

[This is preliminary documentation and subject to change.]

The DWbemClassObject.GetPropertyQualifierSet method gets the qualifier set for a particular property in the class object.

DWbemClassObject.GetPropertyQualifierSet(
  [in] pProperty As String
  [out] ppQualSet As DIWbemQualifierSet 
) As Long
 

Parameters

pProperty
The property for which the qualifier set is requested. The property can be local or propagated from the superclass. Note that system properties have no qualifiers, so they return WBEM_E_SYSTEM_PROPERTY.
PpQualSet
Receives an Object of type DIWbemQualifierSet.

Return Values

WBEM_E_FAILED Unspecified error.
WBEM_E_NOT_FOUND The specified property does not exist.
WBEM_E_OUT_OF_MEMORY There was not enough memory to complete the operation.
WBEM_E_SYSTEM_PROPERTY An attempt was made to get qualifiers on a system property.
WBEM_NO_ERROR Success.
WBEM_E_INVALID_PARAMETER An invalid parameter was specified, or the namespace could not be parsed.

See Also

DIWbemQualifierSet