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++ | F# |
public long TotalFileBytes { get; }
Public ReadOnly Property TotalFileBytes As Long Get
public: property long long TotalFileBytes { long long get (); }
member TotalFileBytes : int64 with get
Property Value
Int64
The total number of uncompressed bytes to be processed among all files.
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.11.1.2318)