Click or drag to resize

SystemUpdateActionBaseRepetition Property

Specify to control if action should only be performed once or repeatedly.

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

Property Value

Type: SystemUpdateActionRepetition

Implements

ISystemUpdateActionRepetition
See Also