_JournalItem.IsConflict Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a Boolean (bool in C#) that determines if the item is in conflict. Read-only.
public:
property bool IsConflict { bool get(); };
public bool IsConflict { get; }
Public ReadOnly Property IsConflict As Boolean
Property Value
Remarks
Whether or not an item is in conflict is determined by the state of the application. For example, when a user is offline and tries to access an online folder the action will fail. In this scenario, the IsConflict property will return True.
If True, the specified item is in conflict.