Microsoft.SharePoint.Library.SPWebApplication.SPSiteSharePoint Site

Microsoft.SharePoint.Library.SPWebApplication.SPSite (ClassType)

This is a SharePoint site.

Element properties:

Base ClassSystem.WebSite
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdfbaea96b-7eab-d582-65e9-73330726b77b

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False 
Microsoft.SharePoint.Library.SPWebApplication.SPSite:
FarmID  string  FarmID For SPSite Farm ID for SPSite in a farm. true 256  False 
FarmName  string  FarmName For SPSite Farm Name for SPSite in a farm. false 256  False 
Url  string  SharePoint Site Url Url property of SPSite in WebApplication. true 256  False 
Title  string  SharePoint Site Title Title property of SPSite in WebApplication. false 256  False 
Authentication  string  SharePoint Site Authentication Authentication property of SPSite in WebApplication. false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SharePoint.Library.SPWebApplication.SPSite" Accessibility="Public" Abstract="true" Base="System!System.WebSite" Hosted="false" Singleton="false">
<Property ID="FarmID" Type="string" Key="true"/>
<Property ID="FarmName" Type="string" Key="false"/>
<Property ID="Url" Type="string" Key="true"/>
<Property ID="Title" Type="string" Key="false"/>
<Property ID="Authentication" Type="string" Key="false"/>
</ClassType>