Microsoft.KnowledgeServices.SharePoint.Foundation.2010.SPWebApplicationSharepoint Web Application

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

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId12dc9089-6ce2-5ab8-859a-c38c28d966e5

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.KnowledgeServices.SharePoint.Foundation.2010.SPWebApplication:
FarmID  string  WebApplication FarmID Farm ID property of WebApplication service for a particular farm. true 255  False 
AppPath  string  WebApplication Path Path property of WebApplication service for a particular farm. true 255  False 
ResponseUri  string  WebApplication URI URI property of WebApplication service for a particular farm. false 255  False 
Authentication  string  WebApplication Authentication Authentication property of WebApplication service for a particular farm. false 255  False 
AppPool  string  WebApplication AppPool AppPool property of WebApplication service for a particular farm. false 255  False 
AppUser  string  WebApplication AppUser AppUser property of WebApplication service for a particular farm. false 255  False 
AppName  string  WebApplication Name The DisplayName property of the WebApplication object false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.KnowledgeServices.SharePoint.Foundation.2010.SPWebApplication" Accessibility="Public" Abstract="false" Base="Windows!Microsoft.Windows.ApplicationComponent" Hosted="true" Singleton="false">
<Property ID="FarmID" Type="string" Key="true" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="AppPath" Type="string" Key="true" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="ResponseUri" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="Authentication" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="AppPool" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="AppUser" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="AppName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>