TestRun.RunConfiguration Property

Definition

Gets or sets the configuration for the test run.

public:
 property Microsoft::VisualStudio::TestTools::Common::TestRunConfiguration ^ RunConfiguration { Microsoft::VisualStudio::TestTools::Common::TestRunConfiguration ^ get(); void set(Microsoft::VisualStudio::TestTools::Common::TestRunConfiguration ^ value); };
public Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration RunConfiguration { get; set; }
member this.RunConfiguration : Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration with get, set
Public Property RunConfiguration As TestRunConfiguration

Property Value

The configuration for this test run.

Applies to