LoggedConflict::ConflictingItemId Property

Gets the item ID of the item in the destination replica that conflicts with this item, when this conflict is 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 this item, when this conflict is a constraint conflict.

ExceptionCondition
InvalidOperationException

This conflict is not a constraint conflict.

Show: