RetrieveDuplicatesRequest.MatchingEntityName 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 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.