LoggedConflict::ConflictingChangeUnits Property

Gets the change unit IDs of change units in the destination replica that conflict with change units in this item.

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

public:
property ReadOnlyCollection<ChangeUnitChange^>^ ConflictingChangeUnits {
	ReadOnlyCollection<ChangeUnitChange^>^ get ();
}

Property Value

Type: System.Collections.ObjectModel::ReadOnlyCollection<ChangeUnitChange>
The change unit IDs of change units in the destination replica that conflict with change units in this item.
Show: