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 the result of the test that finished.
Namespace: Microsoft.VisualStudio.TestTools.LoadTesting
Assembly: Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)
Syntax
'Declaration
Public ReadOnly Property Result As TestIterationResult
'Usage
Dim instance As TestFinishedEventArgs
Dim value As TestIterationResult
value = instance.Result
public TestIterationResult Result { get; }
public:
property TestIterationResult^ Result {
TestIterationResult^ get ();
}
public function get Result () : TestIterationResult
Property Value
Type: Microsoft.VisualStudio.TestTools.LoadTesting.TestIterationResult
The result of the finished test.
.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.