UpdateEntity.Entity Property

 

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

Gets or sets the record.

Namespace:   Microsoft.Xrm.Sdk.Workflow.Activities
Assembly:  Microsoft.Xrm.Sdk.Workflow (in Microsoft.Xrm.Sdk.Workflow.dll)

Syntax

[RequiredArgumentAttribute]
public InOutArgument<Entity> Entity { get; set; }
<RequiredArgumentAttribute>
Public Property Entity As InOutArgument(Of Entity)

Property Value

Type: System.Activities.InOutArgument<Entity>

Type: InOutArgument
The record to update.

Remarks

This is an entity instance of the type specified by the EntityName property. On input, the attribute values that have been set will be used update the record. Only attribute values for attributes that are valid for update and that the user has access to update will be used, all others will be ignored.

On output, this is the record that was updated.

See Also

UpdateEntity Class
Microsoft.Xrm.Sdk.Workflow.Activities Namespace

Return to top

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright