Compartilhar via


UserDataTaskListSyncManager.LastAttemptedSyncTime Propriedade

Definição

Obtém ou define a última vez que uma sincronização foi tentada com o servidor.

public:
 property DateTime LastAttemptedSyncTime { DateTime get(); void set(DateTime value); };
DateTime LastAttemptedSyncTime();

void LastAttemptedSyncTime(DateTime value);
public System.DateTimeOffset LastAttemptedSyncTime { get; set; }
var dateTime = userDataTaskListSyncManager.lastAttemptedSyncTime;
userDataTaskListSyncManager.lastAttemptedSyncTime = dateTime;
Public Property LastAttemptedSyncTime As DateTimeOffset

Valor da propriedade

A última vez que uma sincronização foi tentada com o servidor.

Aplica-se a