Dela 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
    Get
'Usage
Dim instance As LoggedConflict
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, 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

Microsoft.Synchronization Namespace

Other Resources

Detecting and Resolving Constraint Conflicts