Location property
String?
get
Location
Implementation
// LegacyFreeBusyStatus get LegacyFreeBusyStatus => this.PropertyBag[AppointmentSchema.LegacyFreeBusyStatus];
/// <summary>
/// Gets the location of this appointment.
/// </summary>
String? get Location =>
this.PropertyBag[AppointmentSchema.Location] as String?;