Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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