Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'Usage
Dim instance As FilterChange
Dim value As Boolean
value = instance.IsMoveIn
public bool IsMoveIn { get; }
public:
property bool IsMoveIn {
bool get ();
}
/** @property */
public boolean get_IsMoveIn ()
public function get IsMoveIn () : boolean
Property Value
true when the item is in the filter; otherwise, false.
See Also
Reference
FilterChange Class
FilterChange Members
Microsoft.Synchronization Namespace