:: com :: sun :: star :: ucb ::

constants group ConnectionMode
Description
These are the possible values for the property "ConnectionMode".
See also
XCommandProcessor, Content

Constants
ONLINE "Online" - Network access is allowed.  
OFFLINE "Offline" - Network access is not allowed.  
Constants' Details
ONLINE
const short ONLINE = 0;
Description
"Online" - Network access is allowed.
OFFLINE
const short OFFLINE = 1;
Description
"Offline" - Network access is not allowed.
Top of Page