Project.FullPath Property

Definition

The full path to this project's file. May be null, if the project was not loaded from disk. Setter renames the project, if it already had a name.

public:
 property System::String ^ FullPath { System::String ^ get(); void set(System::String ^ value); };
public string FullPath { get; set; }
member this.FullPath : string with get, set
Public Property FullPath As String

Property Value

The full path to the project source file, or an empty string if the project was not loaded from disk.

Remarks

Setting this property on a project in a project collection renames the project.

Applies to