Gets the AppointmentList object which holds the list of Appointment objects that define the exceptions to that series of appointments. Appointment objects are added to the Exceptions whenever a property in the corresponding Appointment object is altered.

Namespace:  C1.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public AppointmentList Exceptions { get; }
Visual Basic (Declaration)
Public ReadOnly Property Exceptions As AppointmentList
	Get

See Also