Condividi tramite


UserDataTask.RemoteId Proprietà

Definizione

Ottiene o imposta un ID che può essere usato da un provider di servizi per accedere a UserDataTask 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 = userDataTask.remoteId;
userDataTask.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 a UserDataTask nel proprio sistema remoto.

Si applica a