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)

'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

Property Value

Type: System.Nullable(Of DateTime)
The synchronization time value that corresponds to the when value for the item.
Show: