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