Appointment.LocalId Property

Definition

Gets a string that uniquely identifies the appointment on the local device.

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

Property Value

String

Platform::String

winrt::hstring

A string that uniquely identifies the appointment on the local device.

Windows requirements

App capabilities
appointmentsSystem

Remarks

The ID retrieved with this property is guaranteed to be unique on the local device. To associate appointments across devices, use RoamingId.

Applies to