RecurrenceDataControl.AllDayEvent property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property AllDayEvent As Boolean
Get
Set
'Usage
Dim instance As RecurrenceDataControl
Dim value As Boolean
value = instance.AllDayEvent
instance.AllDayEvent = value
public bool AllDayEvent { get; set; }
Property value
Type: System.Boolean