Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Usage
Dim instance As FilterChange
Dim value As SyncVersion
value = instance.MoveVersion
public SyncVersion MoveVersion { get; }
public:
property SyncVersion^ MoveVersion {
SyncVersion^ get ();
}
/** @property */
public SyncVersion get_MoveVersion ()
public function get MoveVersion () : SyncVersion
Property Value
The version of the change that caused the item to move in relation to the filter.
See Also
Reference
FilterChange Class
FilterChange Members
Microsoft.Synchronization Namespace