AppointmentState property
      
      int?
      get
      AppointmentState
      
    
    
Implementation
int? get AppointmentState =>
    this.PropertyBag[AppointmentSchema.AppointmentState] as int?;int? get AppointmentState =>
    this.PropertyBag[AppointmentSchema.AppointmentState] as int?;