MeetingRequestType property

MeetingRequestType? MeetingRequestType
Gets the type of this meeting request.

Implementation

enumerations.MeetingRequestType? get MeetingRequestType =>
    this.PropertyBag[MeetingRequestSchema.MeetingRequestType]
        as enumerations.MeetingRequestType?;