Archive Property

Microsoft Deployment Compression & Installer

Copy image CopyHover image
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
	Get
	Friend Set
public:
property ArchiveInfo^ Archive {
	ArchiveInfo^ get ();
	internal: void set (ArchiveInfo^ value);
}
Property Value
ArchiveInfo
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.dll) Version: 3.0.0.0 (3.9.1006.0)