Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a value that indicates whether the test that finished is the InitializeTest 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 IsInitializeTest As Boolean
'Usage
Dim instance As TestFinishedEventArgs
Dim value As Boolean
value = instance.IsInitializeTest
public bool IsInitializeTest { get; }
public:
property bool IsInitializeTest {
bool get ();
}
public function get IsInitializeTest () : boolean
Property Value
Type: System.Boolean
.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.