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)
'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);
}
/** @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.
See Also
Reference
FeedClockVectorElement Class
FeedClockVectorElement Members
Microsoft.Synchronization.FeedSync Namespace