Share via


FeedClockVectorElement.SyncTime Propiedad

Obtiene o establece el valor de tiempo de sincronización que corresponde al valor de when para el elemento.

Espacio de nombres: Microsoft.Synchronization.FeedSync
Ensamblado: Microsoft.Synchronization (en microsoft.synchronization.dll)

Sintaxis

'Declaración
Public Property SyncTime As Nullable(Of DateTime)
'Uso
Dim instance As FeedClockVectorElement
Dim value As Nullable(Of DateTime)

value = instance.SyncTime

instance.SyncTime = value
public Nullable<DateTime> SyncTime { get; set; }
public:
property Nullable<DateTime> SyncTime {
    Nullable<DateTime> get ();
    void set (Nullable<DateTime> value);
}
/** @property */
public Nullable<DateTime> get_SyncTime ()

/** @property */
public void set_SyncTime (Nullable<DateTime> value)
public function get SyncTime () : Nullable<DateTime>

public function set SyncTime (value : Nullable<DateTime>)

Valor de la propiedad

El valor de tiempo de sincronización que corresponde al valor de when para el elemento.

Vea también

Referencia

FeedClockVectorElement Clase
FeedClockVectorElement Miembros
Microsoft.Synchronization.FeedSync Espacio de nombres