PublishDuplicateRuleRequest.DuplicateRuleId Property

Definition

Gets or sets the ID of the duplicate rule to be published. Required.

public:
 property Guid DuplicateRuleId { Guid get(); void set(Guid value); };
public Guid DuplicateRuleId { get; set; }
member this.DuplicateRuleId : Guid with get, set
Public Property DuplicateRuleId As Guid

Property Value

The ID of the duplicate rule to be published. This corresponds to the DuplicateRule.DuplicateRuleId attribute, which is the primary key for the DuplicateRule entity.

Applies to