Share via


FilterChange.MoveVersion Property

Gets the version of the change that caused the item to move in relation to the filter.

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

Syntax

'Declaration
Public ReadOnly Property MoveVersion As SyncVersion
    Get
'Usage
Dim instance As FilterChange
Dim value As SyncVersion

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

Property Value

Type: Microsoft.Synchronization.SyncVersion
The version of the change that caused the item to move in relation to the filter.

See Also

Reference

FilterChange Class

Microsoft.Synchronization Namespace