ContactListSyncManager.LastSuccessfulSyncTime 屬性

定義

取得或設定上次成功與伺服器同步處理 ContactList 的時間。

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

屬性值

上次與伺服器成功同步 處理 ContactList 的時間。

Windows 需求

應用程式功能
contactsSystem

適用於