SPQuery.ExpandRecurrence property
Gets or sets a Boolean value that specifies whether to expand recurrent events in the calendar view.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ExpandRecurrence As Boolean
Get
Set
'Usage
Dim instance As SPQuery
Dim value As Boolean
value = instance.ExpandRecurrence
instance.ExpandRecurrence = value
public bool ExpandRecurrence { get; set; }
Property value
Type: System.Boolean
true to expand recurrent events; otherwise, false.