Appointment.LocalId Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une chaîne qui identifie de manière unique le rendez-vous sur l’appareil local.
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
Valeur de propriété
Chaîne qui identifie de façon unique le rendez-vous sur l’appareil local.
Configuration requise pour Windows
Fonctionnalités de l’application |
appointmentsSystem
|
Remarques
L’ID récupéré avec cette propriété est garanti comme étant unique sur l’appareil local. Pour associer des rendez-vous sur plusieurs appareils, utilisez RoamingId.