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, Stream objects
© 1996-1998 Microsoft Corporation. All rights reserved.