UserDataTaskListSyncManager.LastAttemptedSyncTime Property

Definition

Gets or sets the last time a sync was attempted with the 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

Property Value

The last time a sync was attempted with the server.

Applies to