ContactListSyncManager.LastAttemptedSyncTime プロパティ

定義

サーバーとの同期が最後に試行された時刻を取得または設定します。

public:
 property DateTime LastAttemptedSyncTime { DateTime get(); };
public:
 property DateTime LastAttemptedSyncTime { DateTime get(); void set(DateTime value); };
DateTime LastAttemptedSyncTime();
DateTime LastAttemptedSyncTime();

void LastAttemptedSyncTime(DateTime value);
public System.DateTimeOffset LastAttemptedSyncTime { get; }
public System.DateTimeOffset LastAttemptedSyncTime { get; set; }
var dateTime = contactListSyncManager.lastAttemptedSyncTime;
var dateTime = contactListSyncManager.lastAttemptedSyncTime;
contactListSyncManager.lastAttemptedSyncTime = dateTime;
Public ReadOnly Property LastAttemptedSyncTime As DateTimeOffset
Public Property LastAttemptedSyncTime As DateTimeOffset

プロパティ値

サーバーとの同期が最後に試行された時刻。

Windows の要件

アプリの機能
contactsSystem

適用対象