SegmentResultsStopPropagationForCurrentSegmentList Property |
Gets or sets a value indicating whether the current
SegmentListPropagator was told to
stop propagating its
SegmentPropagators
but that propagation of anything after this propagator should continue.
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool StopPropagationForCurrentSegmentList { get; set; }
Public Property StopPropagationForCurrentSegmentList As Boolean
Get
Set
public:
property bool StopPropagationForCurrentSegmentList {
bool get ();
void set (bool value);
}
member StopPropagationForCurrentSegmentList : bool with get, set
Property Value
Type:
BooleanSee Also