Share via


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)

Syntax

'Declaration
Public ReadOnly Property MergeTombstoneWinnerId As SyncId
'Usage
Dim instance As LoggedConflict
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, when this conflict is on a merge tombstone.

Remarks

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.

See Also

Reference

LoggedConflict Class
LoggedConflict Members
Microsoft.Synchronization Namespace

Concepts

Detecting and Resolving Constraint Conflicts