Share via


ExecutionControls.WarningThreshold 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 WarningThreshold As Integer
'Usage
Dim instance As ExecutionControls 
Dim value As Integer 

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

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

ExecutionControls Class

ExecutionControls Members

Microsoft.TeamFoundation.Server Namespace