Windows Media Services SDK banner art
PreviousNext

Stream.ArchiveFile Property

Returns or sets the name of the archive file of a Stream object.

Syntax

NSChannelMgr.Streams(Index).ArchiveFile

Example

Dim Streams
Set MyStream = NSChannelMgr.Streams.Find( "Product Rollout" )
MsgBox ("Rollout stream archived in: " & MyStream.ArchiveFile)

See Also

Stream.ArchiveSize, Streams Collection Object, Stream Objects

PreviousNext


© 1996-1999 Microsoft Corporation. All rights reserved.