SaveChangeContext::ConflictingItemId Property

Gets the item ID of the item in the destination replica that conflicts with the item to be applied when the change to be applied is the resolution of a constraint conflict.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

public:
property SyncId^ ConflictingItemId {
	SyncId^ get ();
}

Property Value

Type: Microsoft.Synchronization::SyncId
The item ID of the item in the destination replica that conflicts with the item to be applied when the change to be applied is the resolution of a constraint conflict.

ExceptionCondition
NullReferenceException

The conflicting item ID does not exist.

It is only valid to get this property when the change to be applied is the result of a constraint conflict resolution.

Show: