Previous | Next |
Returns an object as specified by the Index value.
Syntax
NSChannelMgr.Clients.Item( Index )
Example
NSChannelMgr.Connect "LocalHost"
Dim Clients
Set Clients = NSChannelMgr.Clients
MsgBox (Clients.Item(0).Address)
Remarks
The Item property is the default property for this object.
See Also
Previous | Next |