SPMobileComponent.IsRecurrenceItem Method
Gets a value that indicates whether the SPMobileComponent object is a recurring event on an list of events.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overridable Function IsRecurrenceItem As Boolean
'Usage
Dim returnValue As Boolean
returnValue = Me.IsRecurrenceItem()
protected virtual bool IsRecurrenceItem()
Return Value
Type: System.Boolean
true if the SPMobileComponent object is a recurring event; otherwise, false.