SPDataSourceView.RecurrenceRowset property

This is a flag to tell whether an event item with recurrence information needs to be expanded or not. This value will be propagated into SPQuery.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property RecurrenceRowset As Boolean
    Get
    Set
'Usage
Dim instance As SPDataSourceView
Dim value As Boolean

value = instance.RecurrenceRowset

instance.RecurrenceRowset = value
public bool RecurrenceRowset { get; set; }

Property value

Type: System.Boolean
Returns Boolean.

See also

Reference

SPDataSourceView class

SPDataSourceView members

Microsoft.SharePoint.WebControls namespace