[This is preliminary documentation and subject to change.]
The IWbemClassObject::GetPropertyQualifierSet method gets the qualifier set for a particular property in the class object.
HRESULT IWbemClassObject::GetPropertyQualifierSet(
[in] BSTR bstrProperty,
[out] IWbemQualifierSet **ppQualSet
);
WBEM_E_FAILED | General failure. |
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 | There was an attempt 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. |