RecurrenceExceptionCreatedEventArgsAppointment Property |
Gets the master appointment to which the recurrence exception is about to be attached.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic override Appointment Appointment { get; }
Public Overrides ReadOnly Property Appointment As Appointment
Get
public:
virtual property Appointment^ Appointment {
Appointment^ get () override;
}
abstract Appointment : Appointment with get
override Appointment : Appointment with get
Property Value
Type:
AppointmentThe master appointment to which the recurrence exception is about to be attached.
See Also