Compartir a través de


ContactListSyncManager.LastAttemptedSyncTime Propiedad

Definición

Obtiene o establece la última vez que se intentó realizar una sincronización con el servidor.

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

Valor de propiedad

La última vez que se intentó realizar una sincronización con el servidor.

Requisitos de Windows

Características de aplicaciones
contactsSystem

Se aplica a