ResponseType property

MeetingResponseType? ResponseType
Gets the type of response the meeting message represents.

Implementation

MeetingResponseType? get ResponseType =>
    this.PropertyBag[MeetingMessageSchema.ResponseType]
        as MeetingResponseType?;