Compartir a través de


UserDataTaskListSyncManager.LastAttemptedSyncTime Propiedad

Definición

Obtiene o establece la última vez que se intentó realizar una sincronización con el 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 de propiedad

La última vez que se intentó realizar una sincronización con el servidor.

Se aplica a