ItemChange.MergeTombstoneWinnerId Property
Gets the item ID that is used to identify the merged item in the synchronization community.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property MergeTombstoneWinnerId As SyncId
Get
'Usage
Dim instance As ItemChange
Dim value As SyncId
value = instance.MergeTombstoneWinnerId
public SyncId MergeTombstoneWinnerId { get; }
public:
property SyncId^ MergeTombstoneWinnerId {
SyncId^ get ();
}
member MergeTombstoneWinnerId : SyncId
function get MergeTombstoneWinnerId () : SyncId
Property Value
Type: Microsoft.Synchronization.SyncId
The item ID that is used to identify the merged item in the synchronization community.
Remarks
A merge tombstone is created when a constraint conflict is resolved by merging the two items in conflict. When a constraint conflict is resolved by merging, the smaller of the item IDs is chosen as the winning item ID. The winning item ID is used to identify the merged item. The merge tombstone tracks that the losing item ID identifies the same item as the winning item ID in the synchronization community. The metadata for a merge tombstone is the same as that for a deleted item tombstone, with the addition of the winning item ID.