Share via


StartChildWorkflow.WorkflowId Property

 

Applies To: Dynamics CRM 2015

Sets the ID of the workflow to be started.

Namespace:   Microsoft.Xrm.Sdk.Workflow.Activities
Assembly:  Microsoft.Xrm.Sdk.Workflow (in Microsoft.Xrm.Sdk.Workflow.dll)

Syntax

[RequiredArgumentAttribute]
public InArgument<Guid> WorkflowId { get; set; }
public:
[RequiredArgumentAttribute]
property InArgument<Guid>^ WorkflowId {
    InArgument<Guid>^ get();
    void set(InArgument<Guid>^ value);
}
[<RequiredArgumentAttribute>]
member WorkflowId : InArgument<Guid> with get, set
<RequiredArgumentAttribute>
Public Property WorkflowId As InArgument(Of Guid)

Property Value

Type: System.Activities.InArgument<Guid>

Type: InArgument
The ID of the workflow to be started.

Remarks

The WorfklowId property corresponds to the Workflow.WorkflowId attribute which is the primary key for the Workflow entity.

See Also

StartChildWorkflow Class
Microsoft.Xrm.Sdk.Workflow.Activities Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright