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 ADsSearchColumn

public interface ADsSearchColumn
{
  // Methods
  public String getAttributeName() throws IADsException;
  public int getType() throws IADsException;
  public Object[] getValues() throws IADsException;
}

This interface specifies ADsSearchColumn.

Also see Also Active Directory Design Specification Version 2.0

Methods

getAttributeName 

public String getAttributeName() throws IADsException;

Retrieves the attribute name.

Return Value

Returns attribute name

Exceptions

IADsException failed to perform operation

getType 

public int getType() throws IADsException;

Retrieves ADs type.

Return Value

Returns ADs type

Exceptions

IADsException failed to perform operation

getValues 

public Object[] getValues() throws IADsException;

Retrieves ADs values.

Return Value

Returns ADs values as an array of Object

Exceptions

IADsException failed to perform operation

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