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
Get
'Usage
Dim instance As ItemChange
Dim value As SyncVersion
value = instance.ChangeVersion
public SyncVersion ChangeVersion { get; }
public:
property SyncVersion^ ChangeVersion {
SyncVersion^ get ();
}
member ChangeVersion : SyncVersion
function get ChangeVersion () : SyncVersion
Property Value
Type: Microsoft.Synchronization.SyncVersion
The change version that is associated with this change. If this object contains change units, a null reference (Nothing in Visual Basic) is returned.