GetStatus.NumFiles Property
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)
Syntax
'Declaration
Public ReadOnly Property NumFiles As Long
public long NumFiles { get; }
public:
property long long NumFiles {
long long get ();
}
member NumFiles : int64 with get
function get NumFiles () : long
Property Value
Type: System.Int64
Number of downloaded files.
.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.