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