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