IADsProperty Property Methods

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.

Properties in Vtable Order

Property Access Method Prototype
OID R/W HRESULT get_OID
([out] BSTR* bstrOID)

HRESULT put_OID
([in ]bstr bstrOID)

Syntax R/W HRESULT get_Syntax
([out] BSTR* bstrSyntax)

HRESULT put_Syntax
([in] BSTRbstrSyntax)

MaxRange R/W HRESULT get_MaxRange
([out] LONG * lnMaxRange)

HRESULT put_MaxRange
([in] LONG lnMaxRange)

MinRange R/W HRESULT get_MinRange
([out] LONG * lnMinRange)

HRESULT put_MinRange
([in] LONG lnMinRange)

MultiValued R/W HRESULT get_MultiValues
([out] VARIANT* fMultivalued)

HRESULT put_MultiValues
([in] VARIANTfMultivalued)


Property Descriptions

OID
Directory-specific object identifier.
Syntax
Relative path of syntax object.
MaxRange
Upper limit of values.
MinRange.
Lower limit of values.
MultiValue.
Whether property is multi-valued or single-valued.

See Also

ADSI Property Object, ADSI Schema Class Object, ADSI Syntax Object