Windows Media Services SDK banner art
PreviousNext

Client.ClientID Property

Returns the ID of the Client object.

Syntax

NSUnicastMgr.Client.ClientID

Remarks

The ClientID is a unique value that identifies each client.

Example

'Show the ID of the second client in the collection
Set SecondClient = NSUnicastMgr.Clients.Item( 1 )
MsgBox (SecondClient.ClientID)

PreviousNext


© 1996-1999 Microsoft Corporation. All rights reserved.