Stream.GetChannel Method

Gets the Station object associated with a stream.

Syntax

NSChannelMgr.Streams(index).GetChannel

Return Values

Returns a stream Station object.

Example

Dim Streams
Set Streams = NSChannelMgr.Streams
Set Station1 = Stream(0).GetChannel

See Also

Streams collection, Stream objects, Stream.GetID, Stream.GetState

© 1996-1998 Microsoft Corporation. All rights reserved.