Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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 |
|---|---|
This conflict is not a constraint conflict. |
See Also
Reference
LoggedConflict Class
LoggedConflict Members
Microsoft.Synchronization Namespace