Share via


RunResultAndStatistics.TestRun Property

Definition

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.

Applies to