Share via


ChangeSetEntry.HasConflict Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets a value indicating whether the ChangeSetEntry contains conflicts.

Namespace:  System.Web.Http.Data
Assembly:  System.Web.Http.Data (in System.Web.Http.Data.dll)

Syntax

'Declaration
Public ReadOnly Property HasConflict As Boolean
public bool HasConflict { get; }
public:
property bool HasConflict {
    bool get ();
}
member HasConflict : bool
function get HasConflict () : boolean

Property Value

Type: System.Boolean

See Also

Reference

ChangeSetEntry Class

System.Web.Http.Data Namespace