Microsoft.BizTalk.Server.2013R2.SendPortGroupSend Port Group

Microsoft.BizTalk.Server.2013R2.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.

Knowledge Base article:

Summary

Send Port Group is a logical collection of send ports in an application. It is used to manage the ports better. A group can be started/stopped etc. together.

Element properties:

Base ClassMicrosoft.BizTalk.Server.2013R2.ApplicationArtifact
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdbeb54a5c-9c88-bc3b-c134-976d04f3f78e

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.SendPortGroup:
Filter  string  Filter Contains textual representation of the subscription filter false 256  False 

Health Model:

Source Code:

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