PropagationEventArgsIndication Property  | 
 
            Gets or sets an indication of how the propagator should continue after this event.
            By default, the propagation will continue, unless the event handler indicates
            a different condition.
            
 
    Namespace: 
   AGI.Foundation.Propagators
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic PropagationEventIndication Indication { get; set; }Public Property Indication As PropagationEventIndication
	Get
	Set
public:
property PropagationEventIndication Indication {
	PropagationEventIndication get ();
	void set (PropagationEventIndication value);
}member Indication : PropagationEventIndication with get, set
Property Value
Type: 
PropagationEventIndication
See Also