This documentation is archived and is not being maintained.

GetStatus::NumBytes Property

Visual Studio 2013

The number of bytes in all the 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 NumBytes {
	long long get ();
}

Property Value

Type: System::Int64
Number of downloaded bytes.

Show: