NetShowUrl property

String? NetShowUrl
Gets the URL of the Microsoft NetShow online meeting.

Implementation

String? get NetShowUrl =>
    this.PropertyBag[AppointmentSchema.NetShowUrl] as String?;