This documentation is archived and is not being maintained.

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)

public:
property TimeSpan ExecutionTime {
	TimeSpan get ();
}

Property Value

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

Show: