Share via


ItemChange.SetAllChangeUnitsPresent Method

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