Freigeben über


ContactListSyncManager.LastAttemptedSyncTime Eigenschaft

Definition

Ruft den letzten Synchronisierungsversuch mit dem Server ab oder legt ihn fest.

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

Eigenschaftswert

Das letzte Mal, wenn eine Synchronisierung mit dem Server versucht wurde.

Windows-Anforderungen

App-Funktionen
contactsSystem

Gilt für: