RetrieveDuplicatesRequest.MatchingEntityName Property

Definition

Gets or sets a name of the matching entity type. Required.

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

Property Value

The name of the matching entity type.

Remarks

A duplicate of a contact can be a lead that has the same address. The lead in this case is a matching entity type.

Applies to