ItemMetadata.ChangeVersion Property
When overridden in a derived class, gets or sets the version of the most recent change made to the item.
Assembly: Microsoft.Synchronization.MetadataStorage (in Microsoft.Synchronization.MetadataStorage.dll)
'Declaration Public MustOverride Property ChangeVersion As SyncVersion Get Set 'Usage Dim instance As ItemMetadata Dim value As SyncVersion value = instance.ChangeVersion instance.ChangeVersion = value
Property Value
Type: Microsoft.Synchronization.SyncVersionThe version of the most recent change made to the item. Returns a Nothing when the change version has not been set.
| Exception | Condition |
|---|---|
| ArgumentNullException | An attempt was made to set the value to a Nothing. |
Show: