Previous | Next |
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)
Previous | Next |