MergeRequest.UpdateContent Property
Applies To: Dynamics CRM 2015
Gets or sets additional entity attributes to be set during the merge operation for accounts, contacts, or leads. This property is not applied when merging incidents. Optional.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
public Entity UpdateContent { get; set; }
public:
property Entity^ UpdateContent {
Entity^ get();
void set(Entity^ value);
}
member UpdateContent : Entity with get, set
Public Property UpdateContent As Entity
Property Value
Type: Microsoft.Xrm.Sdk.Entity
Type: Entity
The additional entity attributes to be set during the merge operation.
Remarks
Note
This property is not applied when merging incidents.
This property value must be an instance of the same entity type as the target and subordinate records. Only the properties that contain values or that specify null are set.
See Also
MergeRequest Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright