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.
Declaration Syntax
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
Property Value
Int32
The number of the current archive.
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.11.1.2318)