Returns the source of the stream.
Syntax
NSChannelMgr.Streams(index).Source
Example
Dim Streams
Set MyStream = NSChannelMgr.Streams.Find( "Product Rollout" )
MsgBox "Stream source is: " & MyStream.Source
See Also
Stream.ContentType, Stream.Seekable, Stream.Alias, Stream.Title, Stream.Description, Streams collection, Stream objects
© 1996-1998 Microsoft Corporation. All rights reserved.