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