LoggedConflict::IsMergeTombstone Property

Gets a value that indicates whether the change that caused this conflict is a merge tombstone.

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

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

Property Value

Type: System::Boolean
true when the change that caused this conflict is a merge tombstone; otherwise, false.

When a constraint conflict is resolved by merging the two items in conflict, a winning item ID is selected to identify the merged item. A merge tombstone is also created that tracks that the losing item ID identifies the same item as the winning item ID in the synchronization community.

Show: