Microsoft.SharePoint.SPWebApplication.SPHostInstanceSharePoint Web Application Instance

Microsoft.SharePoint.SPWebApplication.SPHostInstance (ClassType)

This is an instance (IIS site) of SharePoint web application.

Element properties:

Base ClassMicrosoft.Windows.LocalApplication
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdef77aa15-e68a-580c-feb1-b713e8ca7381

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.SPWebApplication.SPHostInstance:
FarmID  string  FarmID For SPHostInstance Farm ID for WebApplication SPHostInstance. true 256  False 
HostPath  string  SPHostInstance Path Path property of SPHostInstance in WebAppllication. true 256  False 
HostServer  string  SPHostInstance HostServer HostServer property of SPHostInstance in WebApplication. true 256  False 
AppPool  string  SPHostInstance AppPool Application Pool property of SPHostInstance in WebApplication. false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SharePoint.SPWebApplication.SPHostInstance" Accessibility="Public" Abstract="true" Base="Windows!Microsoft.Windows.LocalApplication" Hosted="true" Singleton="false">
<Property ID="FarmID" Type="string" Key="true"/>
<Property ID="HostPath" Type="string" Key="true"/>
<Property ID="HostServer" Type="string" Key="true"/>
<Property ID="AppPool" Type="string" Key="false"/>
</ClassType>