TestIterationResult.EndTime Property
Gets the time at which the test finished.
Namespace: Microsoft.VisualStudio.TestTools.LoadTesting
Assembly: Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)
Syntax
'Declaration
Public ReadOnly Property EndTime As DateTime
public DateTime EndTime { get; }
public:
property DateTime EndTime {
DateTime get ();
}
member EndTime : DateTime with get
function get EndTime () : DateTime
Property Value
Type: DateTime
A DateTime object.
.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.