StopSegmentStopEnabled Property |
Gets or sets a value indicating whether this segment will actually stop propagation. This is by default.
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 StopEnabled { get; set; }
Public Property StopEnabled As Boolean
Get
Set
public:
property bool StopEnabled {
bool get ();
void set (bool value);
}
member StopEnabled : bool with get, set
Property Value
Type:
BooleanSee Also