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