Previous | Next |
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 Object, Stream Objects
Previous | Next |