EnhancedLocation property

EnhancedLocation? EnhancedLocation
Gets the Enhanced location object.

Implementation

complex.EnhancedLocation? get EnhancedLocation =>
    this.PropertyBag[MeetingCancellationSchema.EnhancedLocation]
        as complex.EnhancedLocation?;