Archive Property

DTF API

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++ F#
public ArchiveInfo Archive { get; }
Public ReadOnly Property Archive As ArchiveInfo
	Get
public:
property ArchiveInfo^ Archive {
	ArchiveInfo^ get ();
}
member Archive : ArchiveInfo with get
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.11.1.2318)