Import.ProjectPath Property

Definition

Gets or sets the Project attribute value of the Import element.

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

Property Value

The Project attribute value of the Import element.

Applies to