PublicationArticle.ResolverInfo Property

Definition

Gets or sets additional data and parameters that are to be used by a Component Object Model (COM)-based conflict resolver.

public:
 property System::String ^ ResolverInfo { System::String ^ get(); void set(System::String ^ value); };
public string ResolverInfo { get; set; }
member this.ResolverInfo : string with get, set
Public Property ResolverInfo As String

Property Value

A String value.

Remarks

A valid value for the ResolverInfo property is determined by a custom conflict resolution module. For example, Microsoft SQL Server ships with a conflict resolving component called SQL Server Stored Procedure Resolver. When using this non-default conflict resolution component, the ResolverInfo property indicates a user-created stored procedure called by the component to resolve merge article conflicts.

Applies to

See also