![Copy image Copy image](copycode.gif)
![CopyHover image CopyHover image](copycodeHighlight.gif)
Deployment Tools Foundation
CurrentArchiveNumber Property
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.Compression ► ArchiveProgressEventArgs ► CurrentArchiveNumber
Gets the current archive number, when processing a chained set of archives. Valid for all message types.
![](collapse_all.gif)
C# | Visual Basic | Visual C++ | F# |
public int CurrentArchiveNumber { get; }
Public ReadOnly Property CurrentArchiveNumber As Integer Get
public: property int CurrentArchiveNumber { int get (); }
member CurrentArchiveNumber : int with get
![](collapse_all.gif)
Int32
The number of the current archive.
The number of the current archive.
![](collapse_all.gif)
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.11.1.2318)