Share via


ItemChange.CreationVersion Property

Gets the creation version that is associated with the changed item.

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

Syntax

'Declaration
Public ReadOnly Property CreationVersion As SyncVersion
    Get
'Usage
Dim instance As ItemChange
Dim value As SyncVersion

value = instance.CreationVersion
public SyncVersion CreationVersion { get; }
public:
property SyncVersion^ CreationVersion {
    SyncVersion^ get ();
}
member CreationVersion : SyncVersion
function get CreationVersion () : SyncVersion

Property Value

Type: Microsoft.Synchronization.SyncVersion
The creation version that is associated with the changed item.

See Also

Reference

ItemChange Class

Microsoft.Synchronization Namespace