Share via


FilterChange.IsMoveIn Property

Gets a value that indicates whether the item is in the filter.

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

Syntax

'Declaration
Public ReadOnly Property IsMoveIn As Boolean
    Get
'Usage
Dim instance As FilterChange
Dim value As Boolean

value = instance.IsMoveIn
public bool IsMoveIn { get; }
public:
property bool IsMoveIn {
    bool get ();
}
member IsMoveIn : bool
function get IsMoveIn () : boolean

Property Value

Type: System.Boolean
true when the item is in the filter; otherwise, false.

See Also

Reference

FilterChange Class

Microsoft.Synchronization Namespace