TestIterationResult.StartTime Property

Gets the time at which the test started.

Namespace:  Microsoft.VisualStudio.TestTools.LoadTesting
Assembly:  Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)

Syntax

'Declaration
Public ReadOnly Property StartTime As DateTime
public DateTime StartTime { get; }
public:
property DateTime StartTime {
    DateTime get ();
}
member StartTime : DateTime
function get StartTime () : DateTime

Property Value

Type: System.DateTime
A DateTime object.

.NET Framework Security

See Also

Reference

TestIterationResult Class

Microsoft.VisualStudio.TestTools.LoadTesting Namespace