UserDataTaskListSyncManager.LastAttemptedSyncTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.