The Client.ID property returns a Long value specifying the ID of a client.
Syntax
Client.ID
Example
Sub enumClients(server As String)
Dim client As IMSrvClient
MediaServer1.SetServer server
For Each client In MediaServer1.Clients
MsgBox client.ID
Next
End Sub
See Also
Client object, Content Server object, Content Server Disk object
© 1996-1998 Microsoft Corporation. All rights reserved.