StoppingConditionTypeOfStoppingCondition Property  | 
 
            Gets or sets the type of the event to stop on (extrema, threshold, ...).
            
 
    Namespace: 
   AGI.Foundation.StoppingConditions
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic StopType TypeOfStoppingCondition { get; set; }Public Property TypeOfStoppingCondition As StopType
	Get
	Set
public:
property StopType TypeOfStoppingCondition {
	StopType get ();
	void set (StopType value);
}member TypeOfStoppingCondition : StopType with get, set
Property Value
Type: 
StopType
See Also