Share via


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)

Syntax

'Declaration
Public ReadOnly Property ConflictingItemId As SyncId
'Usage
Dim instance As LoggedConflict
Dim value As SyncId

value = instance.ConflictingItemId
public SyncId ConflictingItemId { get; }
public:
property SyncId^ ConflictingItemId {
    SyncId^ get ();
}
/** @property */
public SyncId get_ConflictingItemId ()
public function get ConflictingItemId () : SyncId

Property Value

The item ID of the item in the destination replica that conflicts with this item, when this conflict is a constraint conflict.

Exceptions

Exception type Condition

InvalidOperationException

This conflict is not a constraint conflict.

See Also

Reference

LoggedConflict Class
LoggedConflict Members
Microsoft.Synchronization Namespace