Returns the Count 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
© 1996-1998 Microsoft Corporation. All rights reserved.