Microsoft.BizTalk.Library.ReceivePortReceive Port

Microsoft.BizTalk.Library.ReceivePort (ClassType)

A logical grouping of Receive Locations.

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIddbcebac4-db4d-ccdb-7855-b27f2123acd6

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.ReceivePort:
Name  string  Name Contains the name of the receive port. true 256  False 
MgmtDbNameOverride  string  Management Database Name Override Overrides the initial catalog part of the BizTalk Management database connect string, and represents the database name. This property was not implemented for BizTalk Server and is reserved for future use. true 256  False 
MgmtDbServerOverride  string  Management Database Server Override Overrides the data source part of the BizTalk Management database connect string. This property was not implemented for BizTalk Server and is reserved for future use. true 256  False 
HostName  string  Host Name Gets the Host name. false 256  False 
InboundTransforms  string  Inbound Transforms Contains a string representation of the maps to apply per inbound document. false 256  False 
IsTwoWay  bool  Is Two Way Indicates whether this port is a one way or two way port. false 256   
OutboundTransforms  string  Outbound Transforms Contains a string representation of the maps to apply per outbound document. false 256  False 
PrimaryReceiveLocation  string  Primary Receive Location Contains the name of the primary receive location for the port. false 256  False 
SendPipeline  string  Send Pipeline Contains a name of the send pipeline for the port. false 256  False 
Tracking  string  Tracking Contains the tracking configuration for the port. false 256  False 
RouteFailedMessage  bool  Route Failed Message This property controls whether failed messages have to be routed to failed message subscribers. false 256   

Health Model:

Source Code:

<ClassType ID="Microsoft.BizTalk.Library.ReceivePort" Abstract="false" Accessibility="Public" Hosted="true" Singleton="false" Base="Windows!Microsoft.Windows.ApplicationComponent">
<Property Type="string" ID="Name" Key="true"/>
<Property Type="string" ID="MgmtDbNameOverride" Key="true"/>
<Property Type="string" ID="MgmtDbServerOverride" Key="true"/>
<Property Type="string" ID="HostName"/>
<Property Type="string" ID="InboundTransforms"/>
<Property Type="bool" ID="IsTwoWay"/>
<Property Type="string" ID="OutboundTransforms"/>
<Property Type="string" ID="PrimaryReceiveLocation"/>
<Property Type="string" ID="SendPipeline"/>
<Property Type="string" ID="Tracking"/>
<Property Type="bool" ID="RouteFailedMessage"/>
</ClassType>