![Copy image Copy image](copycode.gif)
![CopyHover image CopyHover image](copycodeHighlight.gif)
Deployment Tools Foundation
CurrentArchiveTotalBytes Property
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.Compression ► ArchiveProgressEventArgs ► CurrentArchiveTotalBytes
Gets the total number of compressed bytes to be processed during extraction
of the current archive. Valid for all extraction messages.
![](collapse_all.gif)
C# | Visual Basic | Visual C++ |
public long CurrentArchiveTotalBytes { get; }
Public ReadOnly Property CurrentArchiveTotalBytes As Long Get
public: property long long CurrentArchiveTotalBytes { long long get (); }
![](collapse_all.gif)
Int64
The total number of compressed bytes to be processed during extraction of the current archive.
The total number of compressed bytes to be processed during extraction of the current archive.
Assembly: Microsoft.Deployment.Compression (Module: Microsoft.Deployment.Compression.dll) Version: 3.0.0.0 (3.9.1006.0)