GetEntityProperty.EntityName Property

Definition

Gets or sets the logical name of the entity.

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("Entity name. If specified, a workflow dependency for this entity will be added.")]
[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Visible)]
public System.Activities.InArgument<string> EntityName { get; set; }
[<System.Activities.RequiredArgument>]
[<System.ComponentModel.Description("Entity name. If specified, a workflow dependency for this entity will be added.")>]
[<System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Visible)>]
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.

Attributes

Remarks

If specified, a workflow dependency for this entity will be added.

Applies to