StartChildWorkflow.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.
Sets the ID of the primary entity for the child workflow.
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 the primary entity for the child workflow.")]
public System.Activities.InArgument<Guid> EntityId { get; set; }
[<System.Activities.RequiredArgument>]
[<System.ComponentModel.Description("Id of the primary entity for the child workflow.")>]
member this.EntityId : System.Activities.InArgument<Guid> with get, set
Public Property EntityId As InArgument(Of Guid)
Property Value
The ID of the primary entity for the child workflow.
- Attributes