IADsProperty::Qualifiers method (iads.h)

The IADsProperty::Qualifiers method is an optional method that returns a collection of ADSI objects that describe additional qualifiers of this property.

Syntax

HRESULT Qualifiers(
  [out] IADsCollection **ppQualifiers
);

Parameters

[out] ppQualifiers

Indirect pointer to the IADsCollection interface on the ADSI collection object that represents additional limits for this property.

Return value

This method supports the standard return values E_FAIL and E_UNEXPECTED, as well as the following:

Remarks

The qualifier objects are provider-specific. When supported, this method can be used to obtain extended schema data.

This method is not currently supported by any of the providers supplied by Microsoft.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Target Platform Windows
Header iads.h
DLL Activeds.dll

See also

IADsClass::Qualifiers

IADsCollection

IADsProperty