StopSegmentConfigurationStopEnabled Property  | 
 
            Gets or sets a value indicating whether the 
StopSegment that this configuration 
            is for will actually stop or not.  
            
 
    Namespace: 
   AGI.Foundation.SegmentPropagation
    Assembly:
   AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 25.1.421.0 (25.1.421.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