IExecutionRunConfiguration.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 a TestRun 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
Returns a TestRun object.