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
'Usage
Dim instance As ItemChange
Dim value As SyncVersion
value = instance.CreationVersion
public SyncVersion CreationVersion { get; }
public:
property SyncVersion^ CreationVersion {
SyncVersion^ get ();
}
/** @property */
public SyncVersion get_CreationVersion ()
public function get CreationVersion () : SyncVersion
Property Value
The creation version that is associated with the changed item.
See Also
Reference
ItemChange Class
ItemChange Members
Microsoft.Synchronization Namespace