This documentation is archived and is not being maintained.

GetStatus::NumFiles Property

Visual Studio 2013

The number of files downloaded from the server. If the server returned no operations and no failures, everything was already up to date.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

public:
property long long NumFiles {
	long long get ();
}

Property Value

Type: System::Int64
Number of downloaded files.

Show: