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()
member SetAllChangeUnitsPresent : unit -> unit
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.