Windows Media Services SDK banner art
PreviousNext

ChannelFormats.Item Property

Returns the ChannelFormat object as specified by the Index value.

Syntax

Station.ChannelFormats.Item( Index )

Example

' Get the second station in the collection
Set MyStation = NSChannelMgr.Channels.Item(1)
' Get the first station format in the second station
Set MyFormat = MyStation.ChannelFormats.Item(0)

Remarks

The Item property is the default property for this object.

See Also

ChannelFormat Objects, ChannelFormats.Count

PreviousNext


© 1996-1999 Microsoft Corporation. All rights reserved.