Previous | Next |
Returns the content type of the stream.
Syntax
NSChannelMgr.Streams(Index).ContentType
Example
Dim Streams
Set MyStream = NSChannelMgr.Streams.Find( "Product Rollout" )
MsgBox ("Content type for rollout stream is: " & _
MyStream.ContentType & “.”)
Remarks
The only valid value for this property is ASF.
See Also
Stream.Alias, Stream.Source, Stream.Title, Stream.Description, Stream.Seekable, Streams Collection Object, Stream Objects
Previous | Next |