CreateEntity.EntityName Property

Definition

Sets the logical entity name of the record to create.

public:
 property System::Activities::InArgument<System::String ^> ^ EntityName { System::Activities::InArgument<System::String ^> ^ get(); void set(System::Activities::InArgument<System::String ^> ^ value); };
[System.Activities.RequiredArgument]
[System.ComponentModel.Description("Name of the entity created, used for creating workflow dependencies.")]
public System.Activities.InArgument<string> EntityName { get; set; }
[<System.Activities.RequiredArgument>]
[<System.ComponentModel.Description("Name of the entity created, used for creating workflow dependencies.")>]
member this.EntityName : System.Activities.InArgument<string> with get, set
Public Property EntityName As InArgument(Of String)

Property Value

The logical entity name of the record to create.

Attributes

Remarks

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

A workflow dependency for this entity will be added.

Applies to