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
© 1996-1998 Microsoft Corporation. All rights reserved.