CurrentArchiveNumber Property

Microsoft Deployment Tools

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
public:
property int CurrentArchiveNumber {
	int get ();
}
Value
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) Version: 3.0.0.0 (3.5.1623.0)