Deployment Tools Foundation
Archive Property
Gets or sets the archive that contains this file.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public ArchiveInfo Archive { get; internal set; }
Public Property Archive As ArchiveInfo
public: property ArchiveInfo^ Archive { ArchiveInfo^ get (); void set (ArchiveInfo^ value); }
Value
The ArchiveInfo instance that retrieved this file information -- this
may be null if the ArchiveFileInfo object was returned directly from
a stream.