CurrentArchiveNumber Property

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation CurrentArchiveNumber Property
Deployment Tools Foundation NamespacesMicrosoft.Deployment.CompressionArchiveProgressEventArgsCurrentArchiveNumber
Gets the current archive number, when processing a chained set of archives. Valid for all message types.
Declaration Syntax
C# Visual Basic Visual C++
public int CurrentArchiveNumber { get; }
Public ReadOnly Property CurrentArchiveNumber As Integer
	Get
public:
property int CurrentArchiveNumber {
	int get ();
}
Property Value
Int32
The number of the current archive.
Remarks
The first archive is number 0, and the last archive is TotalArchives-1.

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