TaskType.IsRecurring Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.