Share via


ITestElement.ProjectName Property

Definition

Gets the name of the project to which this test element belongs.

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

Property Value

The name of the project to which this test element belongs.

Applies to