| RecurrenceTrigger Properties |
The RecurrenceTrigger type exposes the following members.
| Name | Description | |
|---|---|---|
| Continuous |
Used for triggers executing continuously.
| |
| Daily |
Used for triggers executing every day.
| |
| Enabled |
A flag indicating whether the trigger is enabled or not.
(Inherited from Trigger.) | |
| ExpireAt |
Specifies when the trigger expires.
| |
| Hourly |
Used for triggers executing every hour.
| |
| ID |
The ID of the trigger.
(Inherited from Trigger.) | |
| MaxOccurrences |
Specifies how many times the trigger should execute.
| |
| Monthly |
Used for triggers executing every month.
| |
| StartAt |
When to start the trigger.
(Inherited from ScheduleTrigger.) | |
| Type |
The type of the trigger.
(Overrides TriggerType.) | |
| Weekly |
Used for triggers executing every week.
|