LoggedConflict::MergeTombstoneWinnerId Property

Gets the item ID that is used to identify the merged item in the synchronization community, when this conflict is on a merge tombstone.

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

public:
property SyncId^ MergeTombstoneWinnerId {
	SyncId^ get ();
}

Property Value

Type: Microsoft.Synchronization::SyncId
The item ID that is used to identify the merged item in the synchronization community, when this conflict is on a merge tombstone.

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: