Windows Media Services SDK banner art
PreviousNext

Streams.Count Property

Returns the number of Stream objects in a Streams collection object.

Syntax

NSChannelMgr.Streams.Count

Example

NSChannelMgr.Connect "LocalHost"
Dim Streams
Set Streams = NSChannelMgr.Streams
Set LastStream = Streams( Streams.Count – 1 )
MsgBox (Streams.Count & " Streams in collection")

See Also

Streams Collection Object, Stream Objects, Streams.Item

PreviousNext


© 1996-1999 Microsoft Corporation. All rights reserved.