ISharePointProjectService.SharePointInstallPath 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 path where SharePoint is installed, if SharePoint is installed on the system.
public:
property System::String ^ SharePointInstallPath { System::String ^ get(); };
public string SharePointInstallPath { get; }
member this.SharePointInstallPath : string
Public ReadOnly Property SharePointInstallPath As String
Property Value
The path where SharePoint is installed; otherwise null
if SharePoint is not installed.