Theater SDK Banner 

Art
[Previous][Next]

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

[Previous][Next]



© 1996-1998 Microsoft Corporation. All rights reserved