ContactListSyncManager.LastAttemptedSyncTime プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
サーバーとの同期が最後に試行された時刻を取得または設定します。
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
|