Clients.Count Property

Returns the number of Client objects in a Clients collection object.

Syntax

NSUnicastMgr.Clients.Count

Remarks

While the Clients object is a zero-based array (starting at zero), the Count property returns the number of clients starting with one.

Example

' display number of clients
MsgBox NSUnicastMgr.Clients.Count
' display Port ID of the last client
MsgBox NSUnicastMgr.Clients( NSUnicastMgr.Count – 1 ).PortID
© 1996-1998 Microsoft Corporation. All rights reserved.