Windows Media Services SDK banner art
PreviousNext

Channel.Description Property

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

Syntax

Station.Description

Example

Set MyStation = NSChannelMgr.Channels.Find( "Unrealistic Hi-fi")
MyStation.Description = "Quadraphonic Surround-Sound!"
MsgBox ("Station " & MyStation.Name & " is described as " _
   & MyStation.Description & “.”)

See Also

Channel Objects

PreviousNext


© 1996-1999 Microsoft Corporation. All rights reserved.