Microsoft.BizTalk.Server.2013R2.ReceivePortReceive Port

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

A logical grouping of receive locations

Knowledge Base article:

Summary

Receive ports are BizTalk Server artifacts that are used to define the physical bindings which the external messages can expect from the messaging engine.

Element properties:

Base ClassMicrosoft.BizTalk.Server.2013R2.ApplicationArtifact
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId16b10b6e-a07b-6cb0-2ec7-a717852f03d3

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.ReceivePort:
IsTwoWay  bool  Is Two Way Indicates whether this port is one-way or two-way port false 256   
Tracking  bool  Tracking Contains the tracking configuration for the port false 256   

Health Model:

Source Code:

<ClassType ID="Microsoft.BizTalk.Server.2013R2.ReceivePort" Accessibility="Public" Abstract="false" Base="Microsoft.BizTalk.Server.2013R2.ApplicationArtifact" Hosted="true" Singleton="false">
<Property ID="IsTwoWay" Type="bool" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Tracking" Type="bool" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>