IsOutOfDate property

bool? IsOutOfDate
Gets a value indicating whether the meeting message is out of date.

Implementation

bool? get IsOutOfDate =>
    this.PropertyBag[MeetingMessageSchema.IsOutOfDate] as bool?;