ISharePointProjectService.IsSharePointInstalled 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.
Returns whether SharePoint is installed on the local machine.
public:
property bool IsSharePointInstalled { bool get(); };
public bool IsSharePointInstalled { get; }
member this.IsSharePointInstalled : bool
Public ReadOnly Property IsSharePointInstalled As Boolean
Property Value
true
if SharePoint is installed; otherwise, false
.