AppointmentState property

int? AppointmentState
Gets the state of this appointment.

Implementation

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