Microsoft.BizTalk.Server.2016.BizTalkApplicationBizTalk Application

Microsoft.BizTalk.Server.2016.BizTalkApplication (ClassType)

The application is a logical grouping in the BizTalk Server Administration console. Other entities in BizTalk Server can be grouped under the application, which helps provide health information to each application.

Knowledge Base article:

Summary

A BizTalk application is a logical grouping of artifacts used in a BizTalk Server business solution. By creating BizTalk application and adding artifacts to it, you can view, package, deploy, and manage a group of artifacts in a solution as a single entity.

The health of BizTalk Application depends on the health of the artifacts created in the BizTalk application.

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIde5fe5639-3b06-68fb-3d06-f6e2c8ce692c

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.Server.2016.BizTalkApplication:
Name  string  Name Name of the BizTalk application true 256  False 
ID  int  ID ID associated with an application false 256   
IsDefault  bool  Is Default Indicates whether this is a default application false 256   

Health Model:

Source Code:

<ClassType ID="Microsoft.BizTalk.Server.2016.BizTalkApplication" Accessibility="Public" Abstract="false" Base="System!System.LogicalEntity" Hosted="true" Singleton="false">
<Property ID="Name" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ID" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="IsDefault" Type="bool" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>