Microsoft.BizTalk.Library.SendPortGroupSend Port Group

Microsoft.BizTalk.Library.SendPortGroup (ClassType)

A send port group is a named collection of send ports that BizTalk Server can use to send the same message to multiple destinations in one configuration.

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdd277f0d8-0fee-8ad1-1878-e6b0a05463a1

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.SendPortGroup:
Name  string  Name Contains the name of the send port group. 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 
Status  string  Status Displays the current status of the port. false 256  False 
Filter  string  Filter Contains textual representation of the filter. false 256  False 
ServerName  string  Server Name Server Name false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.BizTalk.Library.SendPortGroup" 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="Status"/>
<Property Type="string" ID="Filter"/>
<Property Type="string" ID="ServerName"/>
</ClassType>