Microsoft.SharePoint.Library.SPWebApplication.SPSiteSharePoint 网站

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

它是一个 SharePoint 网站。

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHS) Description (CHS) 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  SPSite 的 FarmID 场中的 SPSite 的场 ID。 true 256  False 
FarmName  string  SPSite 的 FarmName 场中的 SPSite 的场名称。 false 256  False 
Url  string  SharePoint 网站 Url WebApplication 中的 SPSite 的 Url 属性。 true 256  False 
Title  string  SharePoint 网站标题 WebApplication 中的 SPSite 的标题属性。 false 256  False 
Authentication  string  SharePoint 网站身份验证 WebApplication 中的 SPSite 的身份验证属性。 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>