Returns a Long value specifying the number of objects in a collection.
Syntax
Clients.Count
Example
The following example queries the Count property to get the number of clients connected to the server (“MyServer”).
MediaServer1.SetServer ("MyServer")
Dim clients As IMSrvClients
clients = MediaServer1.Clients
MsgBox("There are " & clients.count & " clients.")
See Also
Clients object, Content Servers object, Content Server Disks object, Titles object, Walkers object
[Previous][Next]