Microsoft.SharePoint.SPWebApplication.SPSiteSharePoint サイト

Microsoft.SharePoint.SPWebApplication.SPSite (ClassType)

1 つの 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 (JPN) Description (JPN) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  表示名 監視オブジェクトの表示名。 false 256  False 
Microsoft.SharePoint.SPWebApplication.SPSite:
FarmID  string  SPSite の FarmID ファーム内の SPSite のファーム ID です。 true 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.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>