Windows Media Services SDK banner art
PreviousNext

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, Streams Collection Object, Stream Objects

PreviousNext


© 1996-1999 Microsoft Corporation. All rights reserved.