Microsoft.BizTalk.Library.SendPortSend Port

Microsoft.BizTalk.Library.SendPort (ClassType)

A send port is the location to which Microsoft BizTalk Server sends messages or from which BizTalk Server receives messages.

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId2e57eafc-ebde-815d-f67e-73457b0f0e16

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.SendPort:
Name  string  Name Contains the name of the send 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 
EncryptionCert  string  Encryption of Certificate Specifies the certificate to use for outbound encryption. false 256  False 
Filter  string  Filter Contains textual representation of the filter. false 256  False 
InboundTransforms  string  Inbound Transforms Contains a string representation of the maps to apply per inbound document. false 256  False 
IsDynamic  bool  Is Dynamic Indicates whether this port is a dynamic or static. false 256   
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 
Priority  int  Priority Contains the priority of the send port. false 256   
ReceivePipeline  string  Receive Pipeline Contains a name of the receive pipeline for the port. false 256  False 
SendPipeline  string  Send Pipeline Contains a name of the send pipeline for the port. false 256  False 
Status  int  Status Displays the current status of the port. false 256   
Tracking  int  Tracking Contains the tracking configuration for the port. false 256   
OrderedDelivery  bool  Ordered Delivery This property determines whether the port should send messages in an ordered manner. false 256   
StopSendingOnFailure  bool  Stop Sending On Failure This property controls how EPM handles failures for order delivery enabled send port’s primary transport. false 256   
RouteFailedMessage  bool  Route Failed Message This property controls whether failed messages have to be routed to failed message subscribers. false 256   
ServerName  string  Server Name Server Name false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.BizTalk.Library.SendPort" 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="EncryptionCert"/>
<Property Type="string" ID="Filter"/>
<Property Type="string" ID="InboundTransforms"/>
<Property Type="bool" ID="IsDynamic"/>
<Property Type="bool" ID="IsTwoWay"/>
<Property Type="string" ID="OutboundTransforms"/>
<Property Type="int" ID="Priority"/>
<Property Type="string" ID="ReceivePipeline"/>
<Property Type="string" ID="SendPipeline"/>
<Property Type="int" ID="Status"/>
<Property Type="int" ID="Tracking"/>
<Property Type="bool" ID="OrderedDelivery"/>
<Property Type="bool" ID="StopSendingOnFailure"/>
<Property Type="bool" ID="RouteFailedMessage"/>
<Property Type="string" ID="ServerName"/>
</ClassType>