IItemMetadata::GetChangeUnitVersion
Gets the version of a change unit that is contained in the item.
The change unit version contains the key for the replica that made the most recent change to the change unit and the tick count for that replica when the change was made.
If IItemMetadata::SetChangeUnitVersion was called to set the version value, but the change has not yet been saved by a call to IReplicaMetadata::SaveItemMetadata, GetChangeUnitVersion returns the value that is contained in the IItemMetadata object and not the value that is stored in the metadata store.
Show: