Share via


SPUserCodeWorkflowActivity.ParameterBindings Property

Gets a list of bindings to the parameters in the workflow.

Namespace:  Microsoft.SharePoint.WorkflowActions
Assembly:  Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property ParameterBindings As WorkflowParameterBindingCollection
    Get
'Usage
Dim instance As SPUserCodeWorkflowActivity
Dim value As WorkflowParameterBindingCollection

value = instance.ParameterBindings
[BrowsableAttribute(false)]
public WorkflowParameterBindingCollection ParameterBindings { get; }

Property Value

Type: System.Workflow.ComponentModel.WorkflowParameterBindingCollection
A list of bindings to the parameters in the workflow.

See Also

Reference

SPUserCodeWorkflowActivity Class

SPUserCodeWorkflowActivity Members

Microsoft.SharePoint.WorkflowActions Namespace