RecurrenceExceptionCreatedEventArgsExceptionAppointment Property |
Gets the recurrence exception appointment that is about to be created.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic Appointment ExceptionAppointment { get; }
Public ReadOnly Property ExceptionAppointment As Appointment
Get
public:
property Appointment^ ExceptionAppointment {
Appointment^ get ();
}
member ExceptionAppointment : Appointment with get
Property Value
Type:
AppointmentThe recurrence exception appointment that is about to be created.
See Also