Gets the AppointmentList object which holds the list of Appointment objects removed from that series of appointments.

Namespace:  C1.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public AppointmentList RemovedOccurrences { get; }
Visual Basic
Public ReadOnly Property RemovedOccurrences As AppointmentList
	Get

See Also