WebUIAppointmentsProviderShowAppointmentDetailsActivatedEventArgs.LocalId Property

Definition

Gets the local identifier of the appointment for which the app should display details.

public:
 property Platform::String ^ LocalId { Platform::String ^ get(); };
winrt::hstring LocalId();
public string LocalId { get; }
var string = webUIAppointmentsProviderShowAppointmentDetailsActivatedEventArgs.localId;
Public ReadOnly Property LocalId As String

Property Value

String

Platform::String

winrt::hstring

The local identifier of the appointment for which the app should display details.

Implements

Applies to