Share via


TestResult.TestRun Property

 

Gets the associated test run.

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

public TestRun TestRun { get; }
public:
property TestRun^ TestRun {
    TestRun^ get();
}
member TestRun : TestRun with get
Public ReadOnly Property TestRun As TestRun

Property Value

Type: Microsoft.VisualStudio.TestTools.Common.TestRun

The associated test run.

See Also

TestRun
TestResult Class
Microsoft.VisualStudio.TestTools.Common Namespace

Return to top