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 IADsNamespaces

public interface IADsNamespaces extends IADs, IADsContainer
{
  // Methods
  public String get_DefaultContainer();
  public void put_DefaultContainer(String DefaultContainer);
}

This interface specifies IADsNamespaces object.

Also see Also Active Directory Design Specification Version 1.0

IADs,
  |
  +--IADsNamespaces

Methods

get_DefaultContainer 

public String get_DefaultContainer();

Gets the default container value. If no value has been set, the Namespaces object return the container that it determines is the most relevant.

Return Value

Returns default container

put_DefaultContainer 

public void put_DefaultContainer(String DefaultContainer);

Sets the default container value. If no value has been set, the Namespaces object return the container that it determines is the most relevant.

ParameterDescription
DefaultContainerdefault container

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