Propiedad MergeRequest.UpdateContent
Se aplica a: CRM 2015 on-prem, CRM Online
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.
Espacio de nombres: Microsoft.Crm.Sdk.Messages
Ensamblado: Microsoft.Crm.Sdk.Proxy (en Microsoft.Crm.Sdk.Proxy.dll)
Sintaxis
'Declaración
Public Property UpdateContent As Entity
public Entity UpdateContent { get; set; }
Valor de propiedad
Type: Entity
The additional entity attributes to be set during the merge operation.
Comentarios
Nota
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.
Seguridad de hilo
Los miembros estáticos públicos (Shared en Visual Basic) de este tipo son seguros para el hilo. No se garantiza que los miembros de instancia sean seguros para el hilo.
Plataformas
Plataformas de desarrollo
Windows Vista, Windows Server 2003 y
Plataformas de destino
Windows Vista,Windows XP
Change History
Vea también
Referencia
Clase de MergeRequest
Miembros de MergeRequest
Espacio de nombres de Microsoft.Crm.Sdk.Messages
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.