MachinePoolStatistics.Failures Property
Namespace: Microsoft.TeamFoundation.Build.Hosted.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
Public Property Failures As Integer
public int Failures { get; internal set; }
public:
property int Failures {
int get ();
internal: void set (int value);
}
member Failures : int with get, internal set
function get Failures () : int
internal function set Failures (value : int)
Property Value
Type: System.Int32
.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.