getDefaultDomain

getDefaultDomain — returns the current default domain.

Synopsis

For C++:
LPCTSTR getDefaultDomain(); 
void;
 
For Java, and C#:
String getDefaultDomain(); 
void;
 

Returns

The domain name string, or NULL[7] if none has been set.

Description

This method accesses the domain name string specified by the setDefaultDomain method. The value returned is based on a local (client) copy, and is therefore not dependent on the connection status.

See Also

setDefaultDomain



[7] null in Java and C#.