Stream.Description Property

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

© 1996-1998 Microsoft Corporation. All rights reserved.