IsRecurring property

bool? IsRecurring
Gets a value indicating whether the task is recurring.

Implementation

bool? get IsRecurring => this.PropertyBag[TaskSchema.IsRecurring] as bool?;