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.
TestRun::Result Property
Gets the test result that is used that contains the run level results.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
public: property RunResultAndStatistics^ Result { RunResultAndStatistics^ get(); internal: void set(RunResultAndStatistics^ value); }
Property Value
Type: Microsoft.VisualStudio.TestTools.Common::RunResultAndStatistics^The test result that contains the run level results.
Show: