Windows Media Services SDK banner art
PreviousNext

Channel.Name Property

Returns or sets the String value for the name of the station.

Syntax

Station.Name

Example

' Change the station called mono to stereo
Set MyStation = NSChannelMgr.Channels.Find( "mono" )
MyStation.Name = "stereo"

See Also

Channel Objects, Channel.Description

PreviousNext


© 1996-1999 Microsoft Corporation. All rights reserved.