StartChildWorkflow.InputParameters Property

 

Applies To: Dynamics CRM 2015

Gets or sets the input parameters.

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

Syntax

public InArgument<Dictionary<string, object>> InputParameters { get; set; }
public:
property InArgument<Dictionary<String^, Object^>^>^ InputParameters {
    InArgument<Dictionary<String^, Object^>^>^ get();
    void set(InArgument<Dictionary<String^, Object^>^>^ value);
}
member InputParameters : InArgument<Dictionary<string, Object>> with get, set
Public Property InputParameters As InArgument(Of Dictionary(Of String, Object))

Property Value

Type: System.Activities.InArgument<Dictionary<String, Object>>

Type: InArgument
The input parameters.

See Also

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

Return to top

© 2016 Microsoft. All rights reserved. Copyright