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 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
Get
'Usage
Dim instance As LoggedConflict
Dim value As SyncId
value = instance.ConflictingItemId
public SyncId ConflictingItemId { get; }
public:
property SyncId^ ConflictingItemId {
SyncId^ get ();
}
member ConflictingItemId : SyncId
function get ConflictingItemId () : SyncId
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.
Exceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | This conflict is not a constraint conflict. |