Microsoft HomeProductsSearchSupportShopWrite Usspacer.gif Microsoft Home
Microsoft Packages
  In this topic

*Methods

 

Packages   Previous Microsoft Packages Next
Package com.ms.adsi   Previous This
Package
Next

 


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

get_OleAutoDataType 

public long get_OleAutoDataType();

This method gets the OLE automation virtual type.

Return Value

Returns The OLE automation virtual type.

put_OleAutoDataType 

public void put_OleAutoDataType(long OleAutoDataType);

This method puts the OLE automation virtual type.

ParameterDescription
OleAutoDataTypeThe OLE automation virtual type.

Back To Top © 1997 Microsoft Corporation. All rights reserved. Terms of use.