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 and sets whether this control should be used to edit a ScheduledItem.EndDate object. (It can also be used to edit a ScheduledItem.StartDate object.)
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property UseAsEndDate As Boolean
Get
Set
'Usage
Dim instance As PublishingScheduleControl
Dim value As Boolean
value = instance.UseAsEndDate
instance.UseAsEndDate = value
public bool UseAsEndDate { get; set; }
Property Value
Type: System.Boolean
Remarks
This property can also be used to edit a ScheduledItem.StartDate object.
See Also
Reference
PublishingScheduleControl Class