Delen via


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
'Usage
Dim instance As ItemChange
Dim value As SyncId

value = instance.MergeTombstoneWinnerId
public SyncId MergeTombstoneWinnerId { get; }
public:
property SyncId^ MergeTombstoneWinnerId {
    SyncId^ get ();
}
/** @property */
public SyncId get_MergeTombstoneWinnerId ()
public function get MergeTombstoneWinnerId () : SyncId

Property Value

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.

See Also

Reference

ItemChange Class
ItemChange Members
Microsoft.Synchronization Namespace