Property methods take the form of either get_<property> or put_<property>. The property methods of the IADsProperty interface read and write the properties described below. For more information, see Interface Property Methods.
Property | Access | Method Prototype |
---|---|---|
OID | R/W | HRESULT get_OID ([out] BSTR* bstrOID)
HRESULT put_OID |
Syntax | R/W | HRESULT get_Syntax ([out] BSTR* bstrSyntax)
HRESULT put_Syntax |
MaxRange | R/W | HRESULT get_MaxRange ([out] LONG * lnMaxRange)
HRESULT put_MaxRange |
MinRange | R/W | HRESULT get_MinRange ([out] LONG * lnMinRange)
HRESULT put_MinRange |
MultiValued | R/W | HRESULT get_MultiValues ([out] VARIANT* fMultivalued)
HRESULT put_MultiValues |
ADSI Property Object, ADSI Schema Class Object, ADSI Syntax Object