ArchiveFiles Property

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation ArchiveFiles Property
Gets or sets the list of archive files that are created or extracted.
Declaration Syntax
C# Visual Basic Visual C++
public IList<string> ArchiveFiles { get; }
Public ReadOnly Property ArchiveFiles As IList(Of String)
	Get
public:
property IList<String^>^ ArchiveFiles {
	IList<String^>^ get ();
}
Property Value
IList<(Of <(<'String>)>)>
The list of archive files that are created or extracted.

Assembly: Microsoft.Deployment.Compression (Module: Microsoft.Deployment.Compression.dll) Version: 3.0.0.0 (3.9.1006.0)