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.
Sets a value that indicates that all change units are present in this change.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public Sub SetAllChangeUnitsPresent
'Usage
Dim instance As ItemChange
instance.SetAllChangeUnitsPresent
public void SetAllChangeUnitsPresent ()
public:
void SetAllChangeUnitsPresent ()
public void SetAllChangeUnitsPresent ()
public function SetAllChangeUnitsPresent ()
Remarks
When a change unit filter is in use, this property indicates that the change contains all change units that pass the filter. Otherwise, this property indicates that all change units are present.
See Also
Reference
ItemChange Class
ItemChange Members
Microsoft.Synchronization Namespace