Interface IADsSyntax
public interface IADsSyntax extends IADs
{
// Methods
public long get_OleAutoDataType();
public void put_OleAutoDataType(long OleAutoDataType);
}
This class is used to get and set the properties of the Syntax Object.
Also see Also Active Directory Design Specification Version 2.0
IADs
|
+--IADsSyntax
Methods
public long get_OleAutoDataType();
This method gets the OLE automation virtual type.
Return Value
Returns The OLE automation virtual type.
public void put_OleAutoDataType(long OleAutoDataType);
This method puts the OLE automation virtual type.
| Parameter | Description |
| OleAutoDataType | The OLE automation virtual type.
|