UpdateEntity.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.
Sets the logical entity name of the record to update.
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 entity to update. If specified, it will be added to the workflow dependencies.")]
[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Visible)]
public System.Activities.InArgument<string> EntityName { get; set; }
[<System.Activities.RequiredArgument>]
[<System.ComponentModel.Description("Name of entity to update. If specified, it will be added to the workflow dependencies.")>]
[<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 entity name of the record to update.
- Attributes
Remarks
This must be the name of the record specified in the Entity
property.
If specified, it will be added to the workflow dependencies.