TeamFoundationSqlResourceComponent.ExecutionTimeThreshold Property

At which time do we trace this call

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

Syntax

'Declaration
Protected Property ExecutionTimeThreshold As TimeSpan
protected TimeSpan ExecutionTimeThreshold { get; set; }
protected:
property TimeSpan ExecutionTimeThreshold {
    TimeSpan get ();
    void set (TimeSpan value);
}
member ExecutionTimeThreshold : TimeSpan with get, set
function get ExecutionTimeThreshold () : TimeSpan 
function set ExecutionTimeThreshold (value : TimeSpan)

Property Value

Type: System.TimeSpan

.NET Framework Security

See Also

Reference

TeamFoundationSqlResourceComponent Class

Microsoft.TeamFoundation.Framework.Server Namespace