Share via


ITmi.ActiveTestRunConfigurationId Property

Definition

Gets or sets the active test run configuration for the current solution.

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

Property Value

The ID of the active test run configuration.

Applies to