ItemChange.ChangeVersion Property
Gets the change version that is associated with this change.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property ChangeVersion As SyncVersion
'Usage
Dim instance As ItemChange
Dim value As SyncVersion
value = instance.ChangeVersion
public SyncVersion ChangeVersion { get; }
public:
property SyncVersion^ ChangeVersion {
SyncVersion^ get ();
}
/** @property */
public SyncVersion get_ChangeVersion ()
public function get ChangeVersion () : SyncVersion
Property Value
The change version that is associated with this change. If this object contains change units, a null reference (Nothing in Visual Basic) is returned.
See Also
Reference
ItemChange Class
ItemChange Members
Microsoft.Synchronization Namespace