Share via


ITestTypeSpecificRunConfigurationData.RunConfigurationInformation Property

Definition

When implemented in a derived class, gets the configuration data that is specific to the custom test type and the associated test run.

public:
 property System::String ^ RunConfigurationInformation { System::String ^ get(); };
public string RunConfigurationInformation { get; }
member this.RunConfigurationInformation : string
Public ReadOnly Property RunConfigurationInformation As String

Property Value

The configuration data that is specific to the custom test type and the associated test run.

Applies to