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