Owner manual
OpenLNS Programmer's Reference 690
"4.00"). The version number is the
same value as that returned in the
About Box
osObject
The ObjectServer object to be acted
on.
Data Type
String.
Read/Write
Read only.
Added to API
Prior to LNS Release 3.0.
Visible
Summary
A standard ActiveX control property used for visual controls.
This property is not applicable for the Object Server.
VNINetworks
Summary
Contains the Networks collection containing all the Network
objects which can be opened in server-independent mode.
This property contains all networks which can be opened in
server-independent mode. Only local clients and remote full
clients can be opened in this manner.
You should only use the OpenIndependent method to open a
Network object fetched from this collection. If you want to
open the network in server-dependent mode (with the
Network object's Open method), fetch the Network object from
the Networks collection (if using a local client or a remote full
client for the first time from this computer) or the
RemoteNetworks collection (if reopening the network as a
remote full client).
Availability
Local, full, and independent clients.
Syntax
vniColl = osObject.VNINetworks
Element
Description
vniColl
The Networks collection object to be
returned.
detailInfoObject
The ObjectServer object to be acted
on.
Data Type
Networks collection object.
Read/Write
Read only.
Added to API
LNS Release 3.0.