Partager via


StoredContact.RemoteId Propriété

Définition

Obtient l’identificateur distant du contact stocké.

public:
 property Platform::String ^ RemoteId { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring RemoteId();

void RemoteId(winrt::hstring value);
public string RemoteId { get; set; }
var string = storedContact.remoteId;
storedContact.remoteId = string;
Public Property RemoteId As String

Valeur de propriété

String

Platform::String

winrt::hstring

Identificateur distant du contact.

Configuration requise pour Windows

Fonctionnalités de l’application
ID_CAP_CONTACTS [Windows Phone]

Remarques

Utilisez cette propriété pour associer l’ID du contact à l’identificateur utilisé par un magasin de contacts distant basé sur le cloud. La valeur de cette propriété doit être stable et doit être unique pour toutes les applications sur le téléphone. La tentative d’enregistrement d’un contact peut échouer si la propriété RemoteId n’est pas unique sur le téléphone.

S’applique à

Voir aussi