Condividi tramite


ContactListSyncManager.LastAttemptedSyncTime Proprietà

Definizione

Ottiene o imposta l'ultima volta che è stata tentata una sincronizzazione con il server.

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

Valore della proprietà

Ora dell'ultimo tentativo di sincronizzazione con il server.

Requisiti Windows

Requisiti Descrizione
Funzionalità dell'app
contactsSystem

Si applica a