MergeRequest.UpdateContent 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 additional entity attributes to be set during the merge operation for accounts, contacts, or leads. This property is not applied when merging incidents. Optional.
public:
property Microsoft::Xrm::Sdk::Entity ^ UpdateContent { Microsoft::Xrm::Sdk::Entity ^ get(); void set(Microsoft::Xrm::Sdk::Entity ^ value); };
public Microsoft.Xrm.Sdk.Entity UpdateContent { get; set; }
member this.UpdateContent : Microsoft.Xrm.Sdk.Entity with get, set
Public Property UpdateContent As Entity
Property Value
The additional entity attributes to be set during the merge operation.
Remarks
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.