Share via


ExecutionResult.ExecutionTime Property

Gets the amount of time that the test takes to execute the T-SQL test script and retrieve the results from the server.

Namespace: Microsoft.VisualStudio.TeamSystem.Data.UnitTesting
Assembly: Microsoft.VisualStudio.TeamSystem.Data.UnitTesting (in microsoft.visualstudio.teamsystem.data.unittesting.dll)

Syntax

'Declaration
Public Property ExecutionTime As TimeSpan
'Usage
Dim instance As ExecutionResult
Dim value As TimeSpan

value = instance.ExecutionTime
public TimeSpan ExecutionTime { get; }
public:
property TimeSpan ExecutionTime {
    TimeSpan get ();
}
/** @property */
public TimeSpan get_ExecutionTime ()
public function get ExecutionTime () : TimeSpan

See Also

Reference

ExecutionResult Class
ExecutionResult Members
Microsoft.VisualStudio.TeamSystem.Data.UnitTesting Namespace