Share via


ISharePointProjectMemberReference.ProjectPath Property

Definition

Gets the path to the project file to which the referenced item belongs.

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

Property Value

A string representing a project file path.

Remarks

This path should be relative to the current project. That is, the project to which the reference, not the referenced item, belongs.

If the path is null or empty, then the current project is assumed.

Paths can be absolute, but is not recommended because it risks tying a solution to a specific development system.

Applies to