Microsoft.ApplicationServer.WebApplicationAppFabric IIS Web Application

Microsoft.ApplicationServer.WebApplication (ClassType)

This class represents an IIS Web Application that contains at least one WCF or WF service that is being managed by AppFabric.

Knowledge Base article:

Summary

This class represents an IIS Web Application that contains at least one WCF or WF service that is being managed by AppFabric.

Element properties:

Base ClassSystem.Service
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId0e1d1c42-6255-5e8e-0752-651afebb3b81

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.ApplicationServer.WebApplication:
ApplicationPath  string  Application path true 256  False 
Site  string  Site Name false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.ApplicationServer.WebApplication" Accessibility="Public" Abstract="false" Base="System!System.Service" Hosted="true" Singleton="false">
<Property ID="ApplicationPath" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Site" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>