IsMeeting property

bool? IsMeeting
Gets a value indicating whether the appointment is a meeting.

Implementation

bool? get IsMeeting => this.PropertyBag[AppointmentSchema.IsMeeting] as bool?;