GetStatus.NumFailures Property
Gets the number of failures from a get operation.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public ReadOnly Property NumFailures As Integer
'Usage
Dim instance As GetStatus
Dim value As Integer
value = instance.NumFailures
public int NumFailures { get; }
public:
property int NumFailures {
int get ();
}
public function get NumFailures () : int
Property Value
Type: System.Int32
The number of failures.
Remarks
If one or more items specified are not valid local paths in the same workspace, NumFailures will return the number of items passed in. In this case, the server is not called.
.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.