SPDataSource.RecurrenceRowset property

Gets or sets a value that specifies whether to expand recurrent events for a calendar item.

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

Syntax

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

value = instance.RecurrenceRowset

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

Property value

Type: System.Boolean
true to expand recurrence data; otherwise, false.

Remarks

This property corresponds to the ExpandRecurrence property of the SPQuery class.

See also

Reference

SPDataSource class

SPDataSource members

Microsoft.SharePoint.WebControls namespace