Microsoft.ApplicationServer.WebServiceAppFabric IIS Web Service

Microsoft.ApplicationServer.WebService (ClassType)

This class represents a WCF or WF service that is being managed by the AppFabric.

Knowledge Base article:

Summary

This class represents a WCF or WF service that is being managed by the AppFabric.

Element properties:

Base ClassSystem.LocalApplication
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdb7169914-b6cb-df37-7516-2af097a0aea6

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.WebService:
ServicePath  string  Service Path true 256  False 
Site  string  Site Name false 256  False 

Health Model:

Source Code:

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