Microsoft.BizTalk.Library.ReceiveLocationReceive Location

Microsoft.BizTalk.Library.ReceiveLocation (ClassType)

A Receive Location is the configuration of a single endpoint to receive messages from external entities.

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId17a878f6-465e-8126-8854-c180297fad33

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.ReceiveLocation:
Name  string  Name Contains the name of the receive location. true 256  False 
ReceivePortName  string  Receive Port Name Contains the name of the receive port used by the receive location. 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 
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 
ActiveStartDT  datetime  Active Start Date Time Contains the date when the receive location should activate. false 256   
ActiveStopDT  datetime  Active Stop Date Time Contains the date when the receive location should deactivate. false 256   
AdapterName  string  Adapter Name Contains the name of the adapter used by the receive location. false 256  False 
CustomCfg  string  Custom Configuration Contains the adapter-specific configuration in XML format. false 256  False 
EncryptionCert  string  Encryption Certificate Contains the Name of the certificate used for outbound encryption. false 256  False 
HostName  string  Host Name Contains the name of the receive handler used by the receive location. false 256  False 
InboundAddressableURL  string  Inbound Addressable URL Contains a URL that can be used by external parties to send documents to the receive location. false 256  False 
InboundTransportURL  string  Inbound Transport URL Contains an adapter-specific URL which the given instance of the receive location is listening to. false 256  False 
IsDisabled  bool  Is Disabled Enables or disables a receive function. false 256   
IsPrimary  bool  Is Primary Specifies a primary receive function to use for correlation. false 256   
OperatingWindowEnabled  bool  Operating Window Enabled Enables or disables a service window, which is defined by the SrvWinStartDT and SrvWinStopDT properties. false 256   
PipelineName  string  Pipeline Name Contains the name of the pipeline that will process the document before the document is submitted to the MessageBox database. false 256  False 
SendPipeline  string  Send Pipeline Contains the name of the send pipeline used by the receive location. false 256  False 
SendPipelineData  string  Send Pipeline Data Contains the custom configuration data for the Send Pipeline in XML format. false 256  False 
SrvWinStartDT  datetime  Service Windows Start Date Time Contains the start time of a service window when the receive location should activate. false 256   
SrvWinStopDT  datetime  Service Windows Stop Date Time Contains the end time of a service window when the receive location should deactivate. false 256   
StartDateEnabled  bool  Start Date Enabled Enables or disables the active start date specified by ActiveStartDT property. false 256   
StopDateEnabled  bool  Stop Date Enabled Enables or disables the active stop date specified by ActiveStopDT property. false 256   

Health Model:

Source Code:

<ClassType ID="Microsoft.BizTalk.Library.ReceiveLocation" Abstract="false" Accessibility="Public" Hosted="true" Singleton="false" Base="Windows!Microsoft.Windows.ApplicationComponent">
<Property Type="string" ID="Name" Key="true"/>
<Property Type="string" ID="ReceivePortName" Key="true"/>
<Property Type="string" ID="MgmtDbServerOverride" Key="true"/>
<Property Type="string" ID="MgmtDbNameOverride" Key="true"/>
<Property Type="datetime" ID="ActiveStartDT"/>
<Property Type="datetime" ID="ActiveStopDT"/>
<Property Type="string" ID="AdapterName"/>
<Property Type="string" ID="CustomCfg"/>
<Property Type="string" ID="EncryptionCert"/>
<Property Type="string" ID="HostName"/>
<Property Type="string" ID="InboundAddressableURL"/>
<Property Type="string" ID="InboundTransportURL"/>
<Property Type="bool" ID="IsDisabled"/>
<Property Type="bool" ID="IsPrimary"/>
<Property Type="bool" ID="OperatingWindowEnabled"/>
<Property Type="string" ID="PipelineName"/>
<Property Type="string" ID="SendPipeline"/>
<Property Type="string" ID="SendPipelineData"/>
<Property Type="datetime" ID="SrvWinStartDT"/>
<Property Type="datetime" ID="SrvWinStopDT"/>
<Property Type="bool" ID="StartDateEnabled"/>
<Property Type="bool" ID="StopDateEnabled"/>
</ClassType>