TotalFileBytes Property

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation TotalFileBytes Property
Gets the total number of uncompressed file bytes to be processed. Valid for all message types.
Declaration Syntax
C# Visual Basic Visual C++
public long TotalFileBytes { get; }
Public ReadOnly Property TotalFileBytes As Long
	Get
public:
property long long TotalFileBytes {
	long long get ();
}
Property Value
Int64
The total number of uncompressed bytes to be processed among all files.

Assembly: Microsoft.Deployment.Compression (Module: Microsoft.Deployment.Compression.dll) Version: 3.0.0.0 (3.9.1006.0)