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)
Available in Sandboxed Solutions: No
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