Freigeben über


SyncTime-Eigenschaft

Ruft den Synchronisierungszeitwert ab, der dem when-Wert für das Element entspricht.

Namespace:  Microsoft.Synchronization.FeedSync
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

Syntax

'Declaration
Public Property SyncTime As Nullable(Of DateTime)
    Get
    Set
'Usage
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);
}
member SyncTime : Nullable<DateTime> with get, set
function get SyncTime () : Nullable<DateTime>
function set SyncTime (value : Nullable<DateTime>)

Eigenschaftenwert

Typ: System. . :: . .Nullable< (Of < ( <'DateTime> ) > ) >
Der Synchronisierungszeitwert, der dem when-Wert für das Element entspricht.

Siehe auch

Verweis

FeedClockVectorElement Klasse

FeedClockVectorElement-Member

Microsoft.Synchronization.FeedSync-Namespace