AppointmentReplyTime property
      
      DateTime?
      get
      AppointmentReplyTime
      
    
    
Implementation
DateTime? get AppointmentReplyTime =>
    this.PropertyBag[AppointmentSchema.AppointmentReplyTime] as DateTime?;
DateTime? get AppointmentReplyTime =>
    this.PropertyBag[AppointmentSchema.AppointmentReplyTime] as DateTime?;