TaskType.IsRecurring Property

Definition

The IsRecurring property gets or sets a Boolean value that indicates whether the task is part of a recurring task.

public:
 property bool IsRecurring { bool get(); void set(bool value); };
public bool IsRecurring { get; set; }
Public Property IsRecurring As Boolean

Property Value

The IsRecurring property returns true if the task is part of a recurring task; otherwise, the property returns false.

Applies to