Microsoft.SharePoint.Foundation.2010.SPWebApplicationWebApplication Service In SPService

Microsoft.SharePoint.Foundation.2010.SPWebApplication (ClassType)

WebApplication Service in SPService for a particular farm.

Element properties:

Base ClassSystem.WebSite
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId020ac6f8-928c-4300-b885-7b9c368d2e76

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.SharePoint.Foundation.2010.SPWebApplication:
FarmID  string  WebApplication FarmID FarmID property of WebApplication service for a particular farm. true 256  False 
AppPath  string  WebApplication Path Path property of WebApplication service for a particular farm. true 256  False 
ResponseUri  string  WebApplication URI URI property of WebApplication service for a particular farm. false 256  False 
Name  string  WebApplication Name Name property of WebApplication service for a particular farm. false 256  False 
Authentication  string  WebApplication Authentication Authentication property of WebApplication service for a particular farm. false 256  False 
AppPool  string  Web Application Pool AppPool property of SPWebApplication. false 256  False 
AppUser  string  WebApplication AppUser AppUser property of WebApplication service for a particular farm. false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SharePoint.Foundation.2010.SPWebApplication" Accessibility="Public" Abstract="false" Base="System!System.WebSite" Hosted="false" Singleton="false">
<Property ID="FarmID" Type="string" Key="true"/>
<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>