PublicationArticle.ResolverInfo 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 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.