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 ADsObjectInfo

public interface ADsObjectInfo
{
  // Methods
  public String get_ClassName();
  public String get_ObjectDN();
  public String get_ObjectRDN();
  public String get_ParentDN();
  public String get_SchemaDN();
}

This interface defines the get and set methods for the attributes within the interface.

Also see Also Active Directory Design Specification Version 2.0

Methods

get_ClassName 

public String get_ClassName();

This method gets the class name of the object.

ParameterDescription
classNameThe class name of the object.

get_ObjectDN 

public String get_ObjectDN();

This method gets the distinguished name of the object.

Return Value

Returns The distinguished name of the object.

get_ObjectRDN 

public String get_ObjectRDN();

This method gets the RDN of the object.

Return Value

Returns The relative distinguished name of the object.

get_ParentDN 

public String get_ParentDN();

This method gets the distinguished name of the parent object.

Return Value

Returns The distinguished name of the parent object.

get_SchemaDN 

public String get_SchemaDN();

This method gets the distinguished name of the class object for this object.

Return Value

Returns The distinguished name of the class object for this object.

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