ItemChange.IsMergeTombstone Property
Gets a value that indicates whether this change is a merge tombstone.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property IsMergeTombstone As Boolean
Get
'Usage
Dim instance As ItemChange
Dim value As Boolean
value = instance.IsMergeTombstone
public bool IsMergeTombstone { get; }
public:
property bool IsMergeTombstone {
bool get ();
}
member IsMergeTombstone : bool
function get IsMergeTombstone () : boolean
Property Value
Type: System.Boolean
true when this change is a merge tombstone; otherwise, false.
Remarks
A merge tombstone is used to indicate that conflicting items with different item IDs have been merged into one item that is identified by the winning item ID. The merge tombstone indicates that the losing item ID refers to the same item as the winning item ID.