Share via


WorkflowInterop.Variables property

Gets or sets the variables of the workflow out of the activity.

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

Syntax

'Declaration
Public Property Variables As OutArgument(Of DynamicValue)
    Get
    Set
'Usage
Dim instance As WorkflowInterop
Dim value As OutArgument(Of DynamicValue)

value = instance.Variables

instance.Variables = value
public OutArgument<DynamicValue> Variables { get; set; }

Property value

Type: System.Activities.OutArgument<DynamicValue>
The variables of the workflow.

See also

Reference

WorkflowInterop class

WorkflowInterop members

Microsoft.SharePoint.WorkflowServices.Activities namespace