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