ItemMetadata.CreationVersion Property

When overridden in a derived class, gets or sets the creation version for the item.

Namespace:  Microsoft.Synchronization.MetadataStorage
Assembly:  Microsoft.Synchronization.MetadataStorage (in Microsoft.Synchronization.MetadataStorage.dll)

public abstract SyncVersion CreationVersion { get; set; }

Property Value

Type: Microsoft.Synchronization.SyncVersion
The creation version for the item.

ExceptionCondition
ArgumentNullException

An attempt was made to set the value to a null.

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.

Show: