RoutePropagatorDefaultConnectionBehavior Property |
Gets the instance of
DefaultConnectionBehavior that defines the behavior
of a generic connection segment between two
RouteProcedures.
If
CustomDefaultConnection is not null, it will override the default connection behavior.
Namespace:
AGI.Foundation.RouteDesign
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public DefaultConnectionBehavior DefaultConnectionBehavior { get; }
Public ReadOnly Property DefaultConnectionBehavior As DefaultConnectionBehavior
Get
public:
property DefaultConnectionBehavior^ DefaultConnectionBehavior {
DefaultConnectionBehavior^ get ();
}
member DefaultConnectionBehavior : DefaultConnectionBehavior with get
Property Value
Type:
DefaultConnectionBehaviorSee Also