TestFinishedEventArgs.IsInitializeTest Property

Gets a value that indicates whether the test that finished is the InitializeTest 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 IsInitializeTest As Boolean
public bool IsInitializeTest { get; }
public:
property bool IsInitializeTest {
    bool get ();
}
member IsInitializeTest : bool
function get IsInitializeTest () : boolean

Property Value

Type: System.Boolean
true if the test that finished is the InitializeTest 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