Share via


RetrieveDuplicatesRequest.MatchingEntityName Property

 

Applies To: Dynamics CRM 2015

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

Namespace:   Microsoft.Crm.Sdk.Messages
Assembly:  Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)

Syntax

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

Property Value

Type: System.String

Type: String
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.

See Also

RetrieveDuplicatesRequest Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright