AppointmentType property

AppointmentType? AppointmentType
Gets a value indicating the type of this appointment.

Implementation

enumerations.AppointmentType? get AppointmentType =>
    this.PropertyBag[AppointmentSchema.AppointmentType]
        as enumerations.AppointmentType?;