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