Contact.RemoteId Proprietà

Definizione

Ottiene o imposta un ID che può essere usato da un provider di servizi per accedere al contatto nel sistema remoto.

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 = contact.remoteId;
contact.remoteId = string;
Public Property RemoteId As String

Valore della proprietà

String

Platform::String

winrt::hstring

ID che può essere usato da un provider di servizi per accedere al contatto nel proprio sistema remoto.

Requisiti Windows

Funzionalità dell'app
contactsSystem

Si applica a