SPCalendarItem.IsRecurrence property

Gets or sets a Boolean value that indicates the recurrence of the calendar item.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property IsRecurrence As Boolean
    Get
    Set
'Usage
Dim instance As SPCalendarItem
Dim value As Boolean

value = instance.IsRecurrence

instance.IsRecurrence = value
public bool IsRecurrence { get; set; }

Property value

Type: System.Boolean

Implements

ISPCalendarItem.IsRecurrence

See also

Reference

SPCalendarItem class

SPCalendarItem members

Microsoft.SharePoint.WebControls namespace