RunConfiguration.TestRun Property

Definition

Gets the TestRun for this RunConfiguration.

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

A TestRun object.

Implements

Applies to