Windows Media Services SDK banner art
PreviousNext

Stream.ArchiveSize Property

Returns or sets the size, in kilobytes, of the archive file of a Stream object.

Syntax

NSChannelMgr.Stream.ArchiveSize

Example

Dim Streams
Set Streams = NSChannelMgr.Streams
MsgBox ("Maximum archive size is: " & Stream(0).ArchiveSize/)
' Set archive file size to 5 megabytes
Stream(0).ArchiveSize = 5000

See Also

Streams Collection Object, Stream Objects

PreviousNext


© 1996-1999 Microsoft Corporation. All rights reserved.