Share via


WorkflowInterop.Parameters property

Gets or sets a set of key and value pairs that make up the parameters of the workflow into the activity.

Namespace:  Microsoft.SharePoint.WorkflowServices.Activities
Assembly:  Microsoft.SharePoint.WorkflowServices.Activities (in Microsoft.SharePoint.WorkflowServices.Activities.dll)

Syntax

'Declaration
Public Property Parameters As InArgument(Of IDictionary(Of String, Object))
    Get
    Set
'Usage
Dim instance As WorkflowInterop
Dim value As InArgument(Of IDictionary(Of String, Object))

value = instance.Parameters

instance.Parameters = value
public InArgument<IDictionary<string, Object>> Parameters { get; set; }

Property value

Type: System.Activities.InArgument<IDictionary<String, Object>>
The parameters of the workflow.

See also

Reference

WorkflowInterop class

WorkflowInterop members

Microsoft.SharePoint.WorkflowServices.Activities namespace