Clients.Item Property

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

Clients.Count

© 1996-1998 Microsoft Corporation. All rights reserved.