ItemChange::AllChangeUnitsPresent Property

Gets a value that indicates whether all change units are present in this change.

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

public:
property bool AllChangeUnitsPresent {
	bool get ();
}

Property Value

Type: System::Boolean
true when all change units are present. Otherwise, false.
Show: