CurrentArchiveTotalBytes Property

DTF API

Copy image CopyHover image
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++ F#
public long CurrentArchiveTotalBytes { get; }
Public ReadOnly Property CurrentArchiveTotalBytes As Long
	Get
public:
property long long CurrentArchiveTotalBytes {
	long long get ();
}
member CurrentArchiveTotalBytes : int64 with get
Property Value
Int64
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.11.1.2318)