Microsoft.BizTalk.Server.2013R2.ApplicationArtifactApplication Artifact

Microsoft.BizTalk.Server.2013R2.ApplicationArtifact (ClassType)

Base class for all artifacts contained in an application

Knowledge Base article:

Summary

Application artifacts are part of a BizTalk application. Application artifacts are managed and deployed through the BizTalk Administration console. Examples include orchestrations, messaging components such as send ports, receive locations and receive ports. Instances of these artifacts are run in host instance when a suitable message is received by the BizTalk Server.

Element properties:

Base ClassSystem.LogicalEntity
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId4fa08dde-820e-4ad8-1946-3b3670718064

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.2013R2.ApplicationArtifact:
Name  string  Name Name of the artifact true 256  False 

Health Model:

Source Code:

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