ITestElement.ProjectRelativePath Property

Definition

Gets the relative path of the test project.

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

Property Value

The relative path of the test project.

Applies to