Retrieves the current recurrence pattern for a Task.
| C# | Visual Basic |
public TaskRecurrence RecurrencePattern { get; }
Public ReadOnly Property RecurrencePattern As TaskRecurrence Get
The current TaskRecurrence for a Task.
Call this method to create a recurring Task or determine the recurrence pattern of an existing recurring Task.
If there are no existing recurrence attributes an empty TaskRecurrence object is returned.
Equivalent to the GetRecurrencePattern() method in POOM.