Task.IsRecurring Property

Definition

Gets a value indicating whether the task is recurring.

public:
 property bool IsRecurring { bool get(); };
public bool IsRecurring { get; }
Public ReadOnly Property IsRecurring As Boolean

Property Value

True if the task is recurring; otherwise, false.

Applies to