Click or drag to resize
RecurrenceTrigger Properties

The RecurrenceTrigger type exposes the following members.

Properties
  NameDescription
Public propertyContinuous
Used for triggers executing continuously.
Public propertyDaily
Used for triggers executing every day.
Public propertyEnabled
A flag indicating whether the trigger is enabled or not.
(Inherited from Trigger.)
Public propertyExpireAt
Specifies when the trigger expires.
Public propertyHourly
Used for triggers executing every hour.
Public propertyID
The ID of the trigger.
(Inherited from Trigger.)
Public propertyMaxOccurrences
Specifies how many times the trigger should execute.
Public propertyMonthly
Used for triggers executing every month.
Public propertyStartAt
When to start the trigger.
(Inherited from ScheduleTrigger.)
Public propertyType
The type of the trigger.
(Overrides TriggerType.)
Public propertyWeekly
Used for triggers executing every week.
Top
See Also