GetStatus.NumBytes Property
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)
Syntax
'Declaration
Public ReadOnly Property NumBytes As Long
public long NumBytes { get; }
public:
property long long NumBytes {
long long get ();
}
member NumBytes : int64 with get
function get NumBytes () : long
Property Value
Type: System.Int64
Number of downloaded bytes.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.