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
- 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.