Microsoft.SharePoint.Foundation.2010.SPWebApplication.SPSiteSharePoint Site

Microsoft.SharePoint.Foundation.2010.SPWebApplication.SPSite (ClassType)

This is a SharePoint site.

Element properties:

Base ClassSystem.WebSite
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId63d113d1-7aff-3c21-6b15-65af6a504eb7

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 monitoring object. false 256  False 
Microsoft.SharePoint.Foundation.2010.SPWebApplication.SPSite:
FarmID  string  FarmID For SPSite Farm ID for SPSite in a farm. true 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.Foundation.2010.SPWebApplication.SPSite" Accessibility="Public" Abstract="true" Base="System!System.WebSite" Hosted="false" Singleton="false">
<Property ID="FarmID" Type="string" Key="true"/>
<Property ID="Url" Type="string" Key="true"/>
<Property ID="Title" Type="string" Key="false"/>
<Property ID="Authentication" Type="string" Key="false"/>
</ClassType>