IsCancelled property

bool? IsCancelled
Gets a value indicating whether the appointment has been cancelled.

Implementation

bool? get IsCancelled =>
    this.PropertyBag[AppointmentSchema.IsCancelled] as bool?;