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
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
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.
| Parameter | Description |
| DefaultContainer | default container
|