Compartir a través de


UserDataTask.RemoteId Propiedad

Definición

Obtiene o establece un identificador que un proveedor de servicios puede usar para tener acceso a UserDataTask 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 = userDataTask.remoteId;
userDataTask.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 a UserDataTask en su sistema remoto.

Se aplica a