SPCalendarBase.EventDataSet property

Gets the IEnumerable value that represents the event data set.

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

Syntax

'Declaration
Protected ReadOnly Property EventDataSet As IEnumerable
    Get
'Usage
Dim value As IEnumerable

value = Me.EventDataSet
protected IEnumerable EventDataSet { get; }

Property value

Type: System.Collections.IEnumerable

See also

Reference

SPCalendarBase class

SPCalendarBase members

Microsoft.SharePoint.WebControls namespace