IsResponseRequested property
bool?
get
IsResponseRequested
Implementation
bool? get IsResponseRequested =>
this.PropertyBag[AppointmentSchema.IsResponseRequested] as bool?;
set
IsResponseRequested
(bool? value)
Implementation
set IsResponseRequested(bool? value) =>
this.PropertyBag[AppointmentSchema.IsResponseRequested] = value;