RunResultAndStatistics.TestRun Property

Gets the associated test run for this RunResultAndStatistics object.

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

Syntax

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

Property Value

Type: Microsoft.VisualStudio.TestTools.Common.TestRun
The associated test run for this RunResultAndStatistics object.

.NET Framework Security

See Also

Reference

RunResultAndStatistics Class

Microsoft.VisualStudio.TestTools.Common Namespace

TestRun