Windows Media Services SDK banner art
PreviousNext

ChannelFormat.GetDescription Method

Retrieves a station format description.

Syntax

Station.ChannelFormats(Index).GetDescription

Return Values

Returns a station format description.

Example

Set MyStation = NSChannelMgr.Channels.Item(0)
Set MyFormat = MyStation.ChannelFormats.Item(1)
MsgBox ("Second station format description: " & _ 
    MyFormat.GetDescription)

See Also

ChannelFormats Collection Object

PreviousNext


© 1996-1999 Microsoft Corporation. All rights reserved.