FeedClockVectorElement.SyncTime Property
Gets or sets the synchronization time value that corresponds to the when value for the item.
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: