SPView.RecurrenceRowset Property
Gets a Boolean value that specifies whether the view supports recurrence rowsets.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property RecurrenceRowset As Boolean
Get
'Usage
Dim instance As SPView
Dim value As Boolean
value = instance.RecurrenceRowset
public bool RecurrenceRowset { get; }
Property Value
Type: System.Boolean
true if the view supports recurrence; otherwise, false.