Share via


ChangeSetEntry.IsDeleteConflict Property

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

Gets or sets a value indicating whether the conflict is a delete conflict. A delete conflict indicates the entity no longer exists in the store.

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

Syntax

'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property IsDeleteConflict As Boolean
[DataMemberAttribute(EmitDefaultValue = false)]
public bool IsDeleteConflict { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property bool IsDeleteConflict {
    bool get ();
    void set (bool value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member IsDeleteConflict : bool with get, set
function get IsDeleteConflict () : boolean
function set IsDeleteConflict (value : boolean)

Property Value

Type: System.Boolean

See Also

Reference

ChangeSetEntry Class

System.Web.Http.Data Namespace