TestFinishedEventArgs.IsTerminateTest Property

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

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

Syntax

'Declaration
Public ReadOnly Property IsTerminateTest As Boolean
'Usage
Dim instance As TestFinishedEventArgs 
Dim value As Boolean 

value = instance.IsTerminateTest
public bool IsTerminateTest { get; }
public:
property bool IsTerminateTest {
    bool get ();
}
public function get IsTerminateTest () : boolean

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

TestFinishedEventArgs Class

TestFinishedEventArgs Members

Microsoft.VisualStudio.TestTools.LoadTesting Namespace