Partager via


StartChildWorkflow.EntityName Property

Definition

Sets the logical name of the entity specified by the EntityId property.

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 primary entity for the child workflow.")]
public System.Activities.InArgument<string> EntityName { get; set; }
[<System.Activities.RequiredArgument>]
[<System.ComponentModel.Description("Name of the primary entity for the child workflow.")>]
member this.EntityName : System.Activities.InArgument<string> with get, set
Public Property EntityName As InArgument(Of String)

Property Value

The logical name of the entity specified by the EntityId property.

Attributes

Applies to