ItemChange.ChangeVersion Property
Gets the change version that is associated with this change.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
'Declaration Public ReadOnly Property ChangeVersion As SyncVersion Get 'Usage Dim instance As ItemChange Dim value As SyncVersion value = instance.ChangeVersion
Property Value
Type: Microsoft.Synchronization.SyncVersionThe change version that is associated with this change. If this object contains change units, a Nothing is returned.
Show: