CallExternalMethodActivity::ParameterBindings Property

 

Gets the collection of bindable parameters as found in the external method's formal parameter list.

Namespace:   System.Workflow.Activities
Assembly:  System.Workflow.Activities (in System.Workflow.Activities.dll)

public:
[BrowsableAttribute(false)]
property WorkflowParameterBindingCollection^ ParameterBindings {
	WorkflowParameterBindingCollection^ get();
}

The following example shows how to add a parameter binding to the parameter bindings collection. This example is from the Host Communication SDK sample, from the VotingServiceWorkflow.designer.cs file. For more information, seeHost Communication Sample.

this.createBallotCallExternalMethodActivity.ParameterBindings.Add(workflowparameterbinding1);

.NET Framework
Available since 3.0
Return to top
Show: