Microsoft.SharePoint.SPWebApplication.SPSiteSharePoint 網站

Microsoft.SharePoint.SPWebApplication.SPSite (ClassType)

此為 SharePoint 網站。

Element properties:

Base ClassSystem.WebSite
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIde2f8918d-1a52-ec39-c427-243e8c121b41

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHT) Description (CHT) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  顯示名稱 顯示監視物件的名稱。 false 256  False 
Microsoft.SharePoint.SPWebApplication.SPSite:
FarmID  string  SPSite 的 FarmID 伺服器陣列中之 SPSite 的伺服器陣列識別碼。 true 256  False 
Url  string  SharePoint 網站 Url WebApplication 之 SPSite 的 Url 內容。 true 256  False 
Title  string  SharePoint 網站的 Title WebApplication 之 SPSite 的 Title 內容。 false 256  False 
Authentication  string  SharePoint 網站的 Authentication WebApplication 之 SPSite 的 Authentication 內容。 false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SharePoint.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>