Proprietà MergeRequest.UpdateContent

Si applica 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.

Spazio dei nomi: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)

Sintassi

'Dichiarazione
Public Property UpdateContent As Entity
public Entity UpdateContent { get; set; }

Valore proprietà

Type: Entity
The additional entity attributes to be set during the merge operation.

Note

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.

Thread Safety

Tutti i membri statici pubblici (Shared in Visual Basic) di questo tipo sono thread-safe. Non è garantito che i membri di istanza siano thread-safe.

Piattaforme

Piattaforme di sviluppo

Windows Vista, Windows Server 2003 e

Piattaforme di destinazione

Windows Vista,Windows XP

Change History

Vedere anche

Riferimento

Classe MergeRequest
Membri MergeRequest
Spazio dei nomi Microsoft.Crm.Sdk.Messages

Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.