Project.FullPath 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.
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.