Appointment.OnlineMeetingLink Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a string value that is a URL used to join the online meeting for the appointment.
public:
property Platform::String ^ OnlineMeetingLink { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring OnlineMeetingLink();
void OnlineMeetingLink(winrt::hstring value);
public string OnlineMeetingLink { get; set; }
var string = appointment.onlineMeetingLink;
appointment.onlineMeetingLink = string;
Public Property OnlineMeetingLink As String
Property Value
A string value that is a URL used to join the online meeting for the appointment.
Windows requirements
App capabilities |
appointmentsSystem
|