Microsoft.BizTalk.Library.ApplicationApplication

Microsoft.BizTalk.Library.Application (ClassType)

The application is a logical grouping within BizTalk Administration. It allows other entities within BizTalk to be grouped under the application. This would be useful to carry into Operations to enable health roll-up to each application.

Element properties:

Base ClassMicrosoft.Windows.LocalApplication
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdf9e4e46a-33ac-2c45-5f85-5688f7ce4d93

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.Library.Application:
ApplicationID  int  Application ID Application ID false 256   
ApplicationName  string  Application Name Application Name true 256  False 
IsDefault  bool  Is Default Is Default false 256   
IsSystem  bool  Is System Is System false 256   
DateModified  datetime  Date Modified Date Modified false 256   

Health Model:

Source Code:

<ClassType ID="Microsoft.BizTalk.Library.Application" Base="Windows!Microsoft.Windows.LocalApplication" Abstract="false" Hosted="true" Singleton="false" Accessibility="Public">
<Property Type="int" ID="ApplicationID"/>
<Property Type="string" ID="ApplicationName" Key="true"/>
<Property Type="bool" ID="IsDefault"/>
<Property Type="bool" ID="IsSystem"/>
<Property Type="datetime" ID="DateModified"/>
</ClassType>