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 (KOR) Description (KOR) 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>