

Deployment Tools Foundation
TotalFiles Property
Gets the total number of files to be processed. Valid for all message types.

C# | Visual Basic | Visual C++ | F# |
public int TotalFiles { get; }
Public ReadOnly Property TotalFiles As Integer Get
public: property int TotalFiles { int get (); }
member TotalFiles : int with get

Int32
The total number of files to be processed that are known so far.
The total number of files to be processed that are known so far.
Assembly: Microsoft.Deployment.Compression (Module: Microsoft.Deployment.Compression.dll) Version: 3.0.0.0 (3.11.1.2318)