Microsoft.BizTalk.Server.2013.BAMRoleBAM Role

Microsoft.BizTalk.Server.2013.BAMRole (ClassType)

This is the role that represents BizTalk Server BAM components.

Knowledge Base article:

Summary

It represents BizTalk Server's BAM components.

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId114f099e-e715-6222-8c20-b8bbf2b97cbb

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.2013.BAMRole:
BAMPrimaryImportDbName  string  BAM Primary Import Database Name Name of the BAM Primary Import database true 256  False 
BAMPrimaryImportDbServerName  string  BAM Primary Import Database Server Name Name of the BAM Primary Import database server true 256  False 

Health Model:

Source Code:

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