NetShowUrl property

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

Implementation

String? get NetShowUrl =>
    this.PropertyBag[AppointmentSchema.NetShowUrl] as String?;
set NetShowUrl (String? value)

Implementation

set NetShowUrl(String? value) =>
    this.PropertyBag[AppointmentSchema.NetShowUrl] = value;