Microsoft.BizTalk.Services.BizTalkApplicationServiceBizTalk Server Application Service

Microsoft.BizTalk.Services.BizTalkApplicationService (ClassType)

This Service is a direct correlation to a Host Instance. The Name of the Service includes the name of the Host Instance.

Element properties:

Base ClassSystem.Service
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId2363eaa0-7092-d427-9e05-639060a7d775

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.BizTalk.Services.BizTalkApplicationService:
ServiceName  string  Service Name The Name of the Windows Service true 256  False 
HostName  string  Host Name The Name of the Host Instance false 256  False 
BizTalkGroupName  string  BizTalk Group Name The Name of the BizTalk Group false 256  False 
ServicePath  string  Service Path The Path of the Windows Service false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.BizTalk.Services.BizTalkApplicationService" Base="System!System.Service" Abstract="false" Accessibility="Public" Hosted="true" Singleton="false">
<Property Type="string" ID="ServiceName" Key="true"/>
<Property Type="string" ID="HostName"/>
<Property Type="string" ID="BizTalkGroupName"/>
<Property Type="string" ID="ServicePath"/>
</ClassType>