ITestElement.SolutionName Property

Definition

Gets the name of the solution that contains this test element.

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

Property Value

The name of the solution that contains this test element.

Applies to