MergeSynchronizationAgent.UseInteractiveResolver 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.
Gets or sets whether the interactive resolver is used during reconciliation.
public:
virtual property bool UseInteractiveResolver { bool get(); void set(bool value); };
public virtual bool UseInteractiveResolver { get; set; }
member this.UseInteractiveResolver : bool with get, set
Public Overridable Property UseInteractiveResolver As Boolean
Property Value
True
if the interactive resolver is used during reconciliation; otherwise, false
.
Implements
Remarks
The interactive resolver is displayed for each row in which a conflict is detected. If the UseInteractiveResolver property is changed from true
to false
during a synchronization, all subsequent conflicts will be handled by the default resolver or the resolver that was specified when the article was created.