TestFinishedEventArgs.Result Property

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

See Also

Reference

TestFinishedEventArgs Class

TestFinishedEventArgs Members

Microsoft.VisualStudio.TestTools.LoadTesting Namespace