Share via


SPCalendarItem.IsRecurrenceException property

Gets or sets the Boolean that indicates whether this is an exception to a recurring calendar event.

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

Syntax

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

value = instance.IsRecurrenceException

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

Property value

Type: System.Boolean

Implements

ISPCalendarItem.IsRecurrenceException

See also

Reference

SPCalendarItem class

SPCalendarItem members

Microsoft.SharePoint.WebControls namespace