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