Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Get
'Usage
Dim instance As LoggedConflict
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 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
Microsoft.Synchronization Namespace