Previous | Next |
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
Previous | Next |