TestSelectedEventArgs.IsInitializeTest Property
Gets a value that indicates whether the selected test 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 with get
function get IsInitializeTest () : boolean
Property Value
Type: Boolean
true if the selected test is the InitializeTest that was specified in the test mix of the load test scenario; 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.