Compartir a través de


PhoneCallHistoryEntry.RemoteId Propiedad

Definición

Obtiene o establece el identificador remoto de la entrada.

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

Valor de propiedad

String

Platform::String

winrt::hstring

Identificador remoto de PhoneCallHistoryEntry.

Requisitos de Windows

Características de aplicaciones
phoneCallHistory phoneCallHistorySystem

Se aplica a