Archive Property

Microsoft Deployment Tools

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.

Assembly: Microsoft.Deployment.Compression (Module: Microsoft.Deployment.Compression) Version: 3.0.0.0 (3.5.1623.0)