共用方式為


Appointment.LocalId 屬性

定義

取得可唯一識別本機裝置上約會的字串。

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

屬性值

String

Platform::String

winrt::hstring

可唯一識別本機裝置上約會的字串。

Windows 需求

應用程式功能
appointmentsSystem

備註

使用此屬性擷取的識別碼保證在本機裝置上是唯一的。 若要跨裝置建立約會的關聯,請使用 RoamingId

適用於