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
public TestIterationResult Result { get; }
public:
property TestIterationResult^ Result {
    TestIterationResult^ get ();
}
member Result : TestIterationResult
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

Microsoft.VisualStudio.TestTools.LoadTesting Namespace