Conflict

SyncOptions.Conflict property

Specifies how to resolve the conflict that occurs when an object has been changed on both the client and the server. The value specifies which object—the client object or the server object—to keep if there is a conflict. If value is not defined, the server object will replace the client object when a conflict occurs.

public BehaviorReplacement? Conflict { get; set; }

See Also