Windows Media Services SDK banner art
PreviousNext

Clients.Count Property

Returns the number of objects in the Clients collection object.

Syntax

NSChannelMgr.Clients.Count

Example

NSChannelMgr.Connect "LocalHost"
Dim Clients
Set Clients = NSChannelMgr.Clients
MsgBox (Clients.Count & " clients are connected.")

See Also

Clients.Item

PreviousNext


© 1996-1999 Microsoft Corporation. All rights reserved.