UpdateRequest.Target Property

 

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online

Gets or sets an instance of an entity that is used to update a record. Required.

Namespace:   Microsoft.Xrm.Sdk.Messages
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Syntax

public Entity Target { get; set; }
Public Property Target As Entity

Property Value

Type: Microsoft.Xrm.Sdk.Entity

Type: Entity
The entity instance used to update the record.

Remarks

If the target contains values for attributes that are not valid for update, they are ignored. This is where IsValidForUpdate is false. You can find this information in the metadata for your organization. See the preceding metadata browser information.

See Also

UpdateRequest Class
Microsoft.Xrm.Sdk.Messages Namespace

Return to top

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright