TestFinishedEventArgs.IsTerminateTest Property

Gets a value that indicates whether the test that finished is the TerminateTest that was specified in the test mix of the load test scenario.

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

Syntax

'Declaration
Public ReadOnly Property IsTerminateTest As Boolean
public bool IsTerminateTest { get; }
public:
property bool IsTerminateTest {
    bool get ();
}
member IsTerminateTest : bool
function get IsTerminateTest () : boolean

Property Value

Type: System.Boolean
true if the test that finished is the TerminateTest that was specified in the test mix of the load test scenario; otherwise, false.

.NET Framework Security

See Also

Reference

TestFinishedEventArgs Class

Microsoft.VisualStudio.TestTools.LoadTesting Namespace