Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

public:
property TestIterationResult^ Result {
	TestIterationResult^ get();
}

Property Value

Type: Microsoft.VisualStudio.TestTools.LoadTesting::TestIterationResult^

The result of the finished test.

Return to top
Show: