RetrieveDuplicatesRequest.BusinessEntity Property
Applies To: Dynamics CRM 2015
Gets or sets a record for which the duplicates are retrieved. Required.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
public Entity BusinessEntity { get; set; }
public:
property Entity^ BusinessEntity {
Entity^ get();
void set(Entity^ value);
}
member BusinessEntity : Entity with get, set
Public Property BusinessEntity As Entity
Property Value
Type: Microsoft.Xrm.Sdk.Entity
Type: Entity
The record for which the duplicates are retrieved.
See Also
RetrieveDuplicatesRequest Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright