MyResponseType property

MeetingResponseType? MyResponseType
Gets a value indicating what was the last response of the user that loaded this meeting.

Implementation

MeetingResponseType? get MyResponseType =>
    this.PropertyBag[AppointmentSchema.MyResponseType]
        as MeetingResponseType?;