Returns the Client object as specified by an index value.
Syntax
NSUnicastMgr.Clients.Item( Index )
Remarks
Item is the default property for this object, and it need not be specified explicitly. Note the two equivalent forms of syntax in the following example
Example
' display Port ID of the first client
MsgBox NSUnicastMgr.Clients.Item( 0 ).PortID
' display Port ID of the last client
MsgBox NSUnicastMgr.Clients( NSUnicastMgr.Count – 1 ).PortID
© 1996-1998 Microsoft Corporation. All rights reserved.