Compartir a través de


RetrieveEntity.EntityId Property

Definition

Sets the ID of the entity record to be retrieved.

public:
 property System::Activities::InArgument<Guid> ^ EntityId { System::Activities::InArgument<Guid> ^ get(); void set(System::Activities::InArgument<Guid> ^ value); };
[System.Activities.RequiredArgument]
[System.ComponentModel.Description("Id of entity to retrieve.")]
[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Visible)]
public System.Activities.InArgument<Guid> EntityId { get; set; }
[<System.Activities.RequiredArgument>]
[<System.ComponentModel.Description("Id of entity to retrieve.")>]
[<System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Visible)>]
member this.EntityId : System.Activities.InArgument<Guid> with get, set
Public Property EntityId As InArgument(Of Guid)

Property Value

The ID of the entity record to be retrieved.

Attributes

Applies to