CalendarItemType.IsRecurring Property

Definition

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

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 part of a recurring item; otherwise, the property returns false.

Applies to