ItemChange.ChangeVersion Property

Gets the change version that is associated with this change.

Namespace:  Microsoft.Synchronization
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.SyncVersion
The change version that is associated with this change. If this object contains change units, a Nothing is returned.
Show: