ChangeSetEntry.IsDeleteConflict Property

[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]

Gets or sets whether the conflict is a delete conflict, meaning the entity no longer exists in the store.

Namespace:  System.ServiceModel.DomainServices.Server
Assembly:  System.ServiceModel.DomainServices.Server (in System.ServiceModel.DomainServices.Server.dll)

Syntax

'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property IsDeleteConflict As Boolean
    Get
    Set
'Usage
Dim instance As ChangeSetEntry
Dim value As Boolean

value = instance.IsDeleteConflict

instance.IsDeleteConflict = value
[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
true if the conflict is a delete conflict; otherwise, false.

See Also

Reference

ChangeSetEntry Class

System.ServiceModel.DomainServices.Server Namespace