ISharePointAppSettings.WebProjectPath 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 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.