Lenguaje

SyncRelationship.LastSuccessfulSyncTime Propiedad

Definición

Especifica el momento en que ocurrió el último intento exitoso de sincronización.

public:
 property Nullable<DateTime> LastSuccessfulSyncTime { Nullable<DateTime> get(); void set(Nullable<DateTime> value); };
[System.Runtime.Serialization.DataMember]
public DateTime? LastSuccessfulSyncTime { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.LastSuccessfulSyncTime : Nullable<DateTime> with get, set
Public Property LastSuccessfulSyncTime As Nullable(Of DateTime)

Valor de propiedad

El momento en que se produjo el último intento exitoso de sincronización.

Atributos

Se aplica a