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)
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
/** @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>)