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