ExecutionControls.ErrorThreshold Property

This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)

Syntax

'Declaration
Public ReadOnly Property ErrorThreshold As Integer
'Usage
Dim instance As ExecutionControls 
Dim value As Integer 

value = instance.ErrorThreshold
public int ErrorThreshold { get; }
public:
property int ErrorThreshold {
    int get ();
}
public function get ErrorThreshold () : int

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

ExecutionControls Class

ExecutionControls Members

Microsoft.TeamFoundation.Server Namespace