StopSegmentConfiguration Constructor (Boolean) | 
 
            Initializes a new instance.
            
 
    Namespace: 
   AGI.Foundation.SegmentPropagation
    Assembly:
   AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic StopSegmentConfiguration(
	bool stopEnabled
)
Public Sub New ( 
	stopEnabled As Boolean
)
public:
StopSegmentConfiguration(
	bool stopEnabled
)
new : 
        stopEnabled : bool -> StopSegmentConfigurationParameters
- stopEnabled
 - Type: SystemBoolean
Is the StopSegment enabled to actually stop propagation. 
See Also