ISharePointProjectMemberReference.ProjectPath Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.