TotalFiles Property

DTF API

Copy image CopyHover image
Deployment Tools Foundation TotalFiles Property
Gets the total number of files to be processed. Valid for all message types.
Declaration Syntax
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
Property Value
Int32
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)