ProjectData.ProjectRelativePath Property

Definition

Gets the relative path of the project within the solution directory.

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

Property Value

A string that contains the project's relative path within the solution directory.

Applies to