IADsSyntax Property Methods

Property methods take the form of either get_<property> or put_<property>. The property methods of the IADsSyntax interface get or set the properties described below. For more information, see Interface Property Methods.

Properties in Vtable Order

Property Access Method Prototype
OleAutoDataType R/W HRESULT get_OleAutoDataType
([out] LONG *plAutoDataType);

HRESULT put_OleAutoDataType
([in] LONG lAutoDataType);


Property Descriptions

OleAutoDataType
Gets and sets a long containing the value of the VT_xxx constant for the Automation Virtual Type representing this syntax.

Notes to Implementers

Provider syntaxes that cannot be mapped to an Automation Virtual Type should be mapped to an array of unsigned bytes, VT_UI1|VT_ARRAY.

See Also

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