CalendarEventDetails.IsRecurring Property

Definition

The IsRecurring property gets or sets a Boolean value that indicates whether the calendar item recurs.

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 calendar item is set to recur; otherwise, the property returns false.

Applies to