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 with get
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.