Microsoft.BizTalk.Server.2010.ReceivePortReceive Port

Microsoft.BizTalk.Server.2010.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.2010.ApplicationArtifact
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId6aa85d72-2a6b-898c-f434-31d0a04fa0d4

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.2010.ApplicationArtifact:
Name  string  Name Name of the artifact true 256  False 
Microsoft.BizTalk.Server.2010.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.2010.ReceivePort" Accessibility="Public" Abstract="false" Base="Microsoft.BizTalk.Server.2010.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>