Delen via


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

value = instance.IsMergeTombstone
public bool IsMergeTombstone { get; }
public:
property bool IsMergeTombstone {
    bool get ();
}
/** @property */
public boolean get_IsMergeTombstone ()
public function get IsMergeTombstone () : boolean

Property Value

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.

See Also

Reference

ItemChange Class
ItemChange Members
Microsoft.Synchronization Namespace