Previous | Next |
Returns or sets the description of a Stream object.
Syntax
NSChannelMgr.Streams(Index).Description
Example
Dim Streams
Set MyStream = NSChannelMgr.Streams.Find( "Product Rollout" )
MsgBox ("Description of rollout stream is: " & MyStream.Description & “.”)
See Also
Stream.Alias, Stream.ContentType, Stream.Source, Stream.Seekable, Streams Collection Object, Stream Objects
Previous | Next |