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