IAppointmentsProviderShowAppointmentDetailsActivatedEventArgs.LocalId Property

Definition

Ges 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 = iAppointmentsProviderShowAppointmentDetailsActivatedEventArgs.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.

Applies to