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)

'Declaration
Public MustOverride Property CreationVersion As SyncVersion
	Get
	Set
'Usage
Dim instance As ItemMetadata
Dim value As SyncVersion

value = instance.CreationVersion

instance.CreationVersion = value

Property Value

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

ExceptionCondition
ArgumentNullException

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

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: