CreateEntity.EntityId Property

Definition

Gets the ID of the record that was created.

public:
 property System::Activities::OutArgument<Guid> ^ EntityId { System::Activities::OutArgument<Guid> ^ get(); void set(System::Activities::OutArgument<Guid> ^ value); };
[System.ComponentModel.Description("Guid of the entity created.")]
public System.Activities.OutArgument<Guid> EntityId { get; set; }
[<System.ComponentModel.Description("Guid of the entity created.")>]
member this.EntityId : System.Activities.OutArgument<Guid> with get, set
Public Property EntityId As OutArgument(Of Guid)

Property Value

The ID of the record that was created.

Attributes

Applies to