Share via


ISharePointAppSettings.WebProjectPath Property

Definition

Gets the full path to the web project, if any. Null if no such project exists or the project is not loaded in the Visual Studio solution

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

Property Value

The full path to the web project, if any.

Applies to