CreateEntity.EntityId 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.
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