Windows Media Services SDK banner art
PreviousNext

Client.ChannelId Property

Returns the station ID of the Client object.

Syntax

NSChannelMgr.Client(Index).ChannelId

Example

Dim Clients
Set NoregClient = NSChannelMgr.Clients.Find( "Trondheim server" )
MsgBox ("ChannelId of Norwegian client is: " & NoregClient.ChannelId & “.”)

See Also

Client.ID, Client.DeliveryMode, Client.Address, Clients Collection Object, Client Objects

PreviousNext


© 1996-1999 Microsoft Corporation. All rights reserved.