IsDelegated property

bool? IsDelegated
Gets a value indicating whether the meeting message is delegated.

Implementation

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