NetShowUrl property

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

Implementation

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

Implementation

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