TotalFiles Property

Microsoft Deployment Compression & Installer

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++
public int TotalFiles { get; }
Public ReadOnly Property TotalFiles As Integer
	Get
public:
property int TotalFiles {
	int 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.9.1006.0)