TeamFoundationRequestInformation.ExecutionTime Property

Gets a TimeSpan object that represents the execution time of the request.

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

Syntax

'Declaration
Public ReadOnly Property ExecutionTime As TimeSpan
public TimeSpan ExecutionTime { get; }
public:
property TimeSpan ExecutionTime {
    TimeSpan get ();
}
member ExecutionTime : TimeSpan with get
function get ExecutionTime () : TimeSpan

Property Value

Type: System.TimeSpan
A TimeSpan object that represents the execution time of the request.

.NET Framework Security

See Also

Reference

TeamFoundationRequestInformation Class

Microsoft.TeamFoundation.Framework.Client Namespace