PropagateSegmentConfigurationUseOriginalPropagator Property |
Gets or sets a value indicating whether the original propagator in the
PropagateSegment
should be used, or if the propagator in this configuration should be used.
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool UseOriginalPropagator { get; set; }
Public Property UseOriginalPropagator As Boolean
Get
Set
public:
property bool UseOriginalPropagator {
bool get ();
void set (bool value);
}
member UseOriginalPropagator : bool with get, set
Property Value
Type:
BooleanSee Also