![]() |
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
[Previous][Next]