SPCalendarItemContainer.IsRecurrence Property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property IsRecurrence As Boolean
Get
Set
'Usage
Dim instance As SPCalendarItemContainer
Dim value As Boolean
value = instance.IsRecurrence
instance.IsRecurrence = value
public bool IsRecurrence { get; set; }
Property Value
Type: System.Boolean