AssignEntity.EntityName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Set 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 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 the logical name of the entity.
- Attributes
Remarks
A workflow dependency for this entity will be added.