Microsoft.BizTalk.Server.2013R2.SendPortSend Port

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

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

Knowledge Base article:

Summary

A Send port is the location to which Microsoft BizTalk Server sends messages.

Send port is synonymous to Receive locations, except that they are used as exit points and work on the send side.

Element properties:

Base ClassMicrosoft.BizTalk.Server.2013R2.HostedApplicationArtifact
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId79607a0a-6529-e591-41a5-18a539817f53

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 
Microsoft.BizTalk.Server.2013R2.SendPort:
IsDynamic  bool  Is Dynamic Indicates whether this port is dynamic or static false 256   
IsTwoWay  bool  Is Two Way Indicates whether this port is one-way or two-way false 256   
Filter  string  Filter Contains textual representation of the subscription filter false 256  False 
Priority  int  Priority Contains the priority of the send port false 256   
Tracking  bool  Tracking Contains the tracking configuration for the port false 256   
SendPipeline  string  Send Pipeline Contains the name of the send pipeline for the port false 256  False 
ReceivePipeline  string  Receive Pipeline Contains the name of the receive pipeline for the port false 256  False 
PrimaryTransportURL  string  Primary Transport URL Contains the address for the primary transport adapter false 256  False 
SecondaryTransportURL  string  Secondary Transport URL Contains the address of the backup transport adapter false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.BizTalk.Server.2013R2.SendPort" Accessibility="Public" Abstract="false" Base="Microsoft.BizTalk.Server.2013R2.HostedApplicationArtifact" Hosted="true" Singleton="false">
<Property ID="IsDynamic" Type="bool" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="IsTwoWay" Type="bool" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Filter" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Priority" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Tracking" Type="bool" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="SendPipeline" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ReceivePipeline" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="PrimaryTransportURL" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="SecondaryTransportURL" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>