Microsoft.SharePoint.Library.SPWebApplicationSPService の WebApplication Service

Microsoft.SharePoint.Library.SPWebApplication (ClassType)

特定のファームの SPService の WebApplication Service です。

Element properties:

Base ClassSystem.WebSite
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdb0f9d9ec-30ee-7433-76ae-d89fc99f5ac7

Class Hierarchy:

Class Properties:

Property Name Type Display Name (JPN) Description (JPN) 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:
FarmID  string  WebApplication FarmID 特定のファームの WebApplication サービスの FarmID プロパティです。 true 256  False 
FarmName  string  WebApplication FarmName 特定のファームの WebApplication サービスの FarmName プロパティです。 false 256  False 
AppPath  string  WebApplication Path 特定のファームの WebApplication サービスの Path プロパティです。 true 256  False 
ResponseUri  string  WebApplication URI 特定のファームの WebApplication サービスの URI プロパティです。 false 256  False 
Name  string  WebApplication Name 特定のファームの WebApplication サービスの Name プロパティです。 false 256  False 
Authentication  string  WebApplication Authentication 特定のファームの WebApplication サービスの Authentication プロパティです。 false 256  False 
AppPool  string  Web アプリケーション プール SPWebApplication の AppPool プロパティです。 false 256  False 
AppUser  string  WebApplication AppUser 特定のファームの WebApplication サービスの AppUser プロパティです。 false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SharePoint.Library.SPWebApplication" 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="AppPath" Type="string" Key="true"/>
<Property ID="ResponseUri" Type="string" Key="false"/>
<Property ID="Name" Type="string" Key="false"/>
<Property ID="Authentication" Type="string" Key="false"/>
<Property ID="AppPool" Type="string" Key="false"/>
<Property ID="AppUser" Type="string" Key="false"/>
</ClassType>