Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
- 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.