Contact.RemoteId Propiedad

Definición

Obtiene o establece un identificador que un proveedor de servicios puede usar para acceder al contacto en su 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

Valor de propiedad

String

Platform::String

winrt::hstring

Identificador que un proveedor de servicios puede usar para acceder al contacto en su sistema remoto.

Requisitos de Windows

Características de aplicaciones
contactsSystem

Se aplica a