AppointmentsProviderShowAppointmentDetailsActivatedEventArgs.LocalId 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 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 = appointmentsProviderShowAppointmentDetailsActivatedEventArgs.localId;
Public ReadOnly Property LocalId As String
Property Value
The local identifier of the appointment for which the app should display details.