IsRecurring property
      
      bool?
      get
      IsRecurring
      
    
    
Implementation
bool? get IsRecurring =>
    this.PropertyBag[AppointmentSchema.IsRecurring] as bool?;bool? get IsRecurring =>
    this.PropertyBag[AppointmentSchema.IsRecurring] as bool?;