ContactListSyncManager.LastSuccessfulSyncTime 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 the ContactList was successfully synced with the server.
public:
property DateTime LastSuccessfulSyncTime { DateTime get(); };
public:
property DateTime LastSuccessfulSyncTime { DateTime get(); void set(DateTime value); };
DateTime LastSuccessfulSyncTime();
DateTime LastSuccessfulSyncTime();
void LastSuccessfulSyncTime(DateTime value);
public System.DateTimeOffset LastSuccessfulSyncTime { get; }
public System.DateTimeOffset LastSuccessfulSyncTime { get; set; }
var dateTime = contactListSyncManager.lastSuccessfulSyncTime;
var dateTime = contactListSyncManager.lastSuccessfulSyncTime;
contactListSyncManager.lastSuccessfulSyncTime = dateTime;
Public ReadOnly Property LastSuccessfulSyncTime As DateTimeOffset
Public Property LastSuccessfulSyncTime As DateTimeOffset
Property Value
The last time the ContactList was successfully synced with the server.
Windows requirements
App capabilities |
contactsSystem
|