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
'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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.