RunResultAndStatistics.TestRun Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the associated test run for this RunResultAndStatistics object.
public:
property Microsoft::VisualStudio::TestTools::Common::TestRun ^ TestRun { Microsoft::VisualStudio::TestTools::Common::TestRun ^ get(); };
public Microsoft.VisualStudio.TestTools.Common.TestRun TestRun { get; }
member this.TestRun : Microsoft.VisualStudio.TestTools.Common.TestRun
Public ReadOnly Property TestRun As TestRun
Property Value
The associated test run for this RunResultAndStatistics object.