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)

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.

See also

Reference

SPView class

SPView members

Microsoft.SharePoint namespace