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 object, Channel.Channel.Description

© 1996-1998 Microsoft Corporation. All rights reserved.