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: 23.1.416.0 (23.1.416.0)
Syntaxpublic 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:
Boolean
See Also