Click or drag to resize

ConditionFirstTimeOnly Property

Used when event type is either TimerExecuted or ObjectModified. If true the event will only fire once or once every period as specified in FirstTimeCheckPeriod.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public bool FirstTimeOnly { get; set; }

Property Value

Type: Boolean
See Also