AppointmentSequenceNumber property

int? AppointmentSequenceNumber
Gets the sequence number of this appointment.

Implementation

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