This topic has not yet been rated - Rate this topic

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)
public Nullable<DateTime> SyncTime { get; set; }
/** @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>)

Property Value

The synchronization time value that corresponds to the when value for the item.
Did you find this helpful?
(1500 characters remaining)