UpdateEntity.EntityName Property

 

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

Sets the logical entity name of the record to update.

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

Syntax

[RequiredArgumentAttribute]
public InArgument<string> EntityName { get; set; }
<RequiredArgumentAttribute>
Public Property EntityName As InArgument(Of String)

Property Value

Type: System.Activities.InArgument<String>

Type: InArgument
The logical entity name of the record to update.

Remarks

This must be the name of the record specified in the Entity property.

If specified, it will be added to the workflow dependencies.

See Also

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

Return to top

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright