Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the IEnumerable value that represents the event data set.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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