UserDataTaskListSyncManager.LastAttemptedSyncTime Proprietà

Definizione

Ottiene o imposta l'ultima volta che è stata tentata una sincronizzazione con il server.

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

Valore della proprietà

Ora dell'ultimo tentativo di sincronizzazione con il server.

Si applica a