TestStartingEventArgs.IsTerminateTest Property
Gets a value that indicates whether the test that is starting 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
public bool IsTerminateTest { get; }
public:
property bool IsTerminateTest {
bool get ();
}
member IsTerminateTest : bool with get
function get IsTerminateTest () : boolean
Property Value
Type: Boolean
true if the test that is starting is the TerminateTest that was specified in the load test scenario's test mix; otherwise false.
.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.