CurrentArchiveTotalBytes Property

Microsoft Deployment Tools

Deployment Tools Foundation CurrentArchiveTotalBytes Property
Deployment Tools Foundation NamespacesMicrosoft.Deployment.CompressionArchiveProgressEventArgsCurrentArchiveTotalBytes
Gets the total number of compressed bytes to be processed during extraction of the current archive. Valid for all extraction messages.
Declaration Syntax
C# Visual Basic Visual C++
public long CurrentArchiveTotalBytes { get; }
Public ReadOnly Property CurrentArchiveTotalBytes As Long
public:
property long long CurrentArchiveTotalBytes {
	long long get ();
}
Value
The total number of compressed bytes to be processed during extraction of the current archive.

Assembly: Microsoft.Deployment.Compression (Module: Microsoft.Deployment.Compression) Version: 3.0.0.0 (3.5.1623.0)