FeedClockVectorElement.SyncTime Property

Gets or sets the synchronization time value that corresponds to the when value for the item.

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>)

Property Value

Type: System.Nullable<DateTime>
The synchronization time value that corresponds to the when value for the item.

See Also

Reference

FeedClockVectorElement Class

Microsoft.Synchronization.FeedSync Namespace