LoggedConflict.IsMergeTombstone Property
Gets a value that indicates whether the change that caused this conflict 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 LoggedConflict
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 the change that caused this conflict is a merge tombstone; otherwise, false.
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