Share via


IOfficeItemHelper.IsInConflict Property

Gets whether the item is marked as causing conflict.

Namespace:  Microsoft.Office.BusinessApplications.Runtime
Assembly:  Microsoft.Office.BusinessApplications.Runtime (in Microsoft.Office.BusinessApplications.Runtime.dll)

Syntax

'Declaration
Property IsInConflict As Boolean
    Get
    Set
'Usage
Dim instance As IOfficeItemHelper
Dim value As Boolean

value = instance.IsInConflict

instance.IsInConflict = value
bool IsInConflict { get; set; }

Property Value

Type: System.Boolean
true if item is marked in conflict; otherwise, false.

Remarks

An item is considered to be a conflict item when it is updated both in the backend store and in the offline data cache (for example, when the user updates the item). This causes a conflict because it is not clear which version is the one that should be kept.

See Also

Reference

IOfficeItemHelper Interface

IOfficeItemHelper Members

Microsoft.Office.BusinessApplications.Runtime Namespace