HandleExternalEventActivity::ParameterBindings Property

 

Gets the collection of parameter bindings.

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

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

Property Value

Type: System.Workflow.ComponentModel::WorkflowParameterBindingCollection^

The collection of parameter bindings.

The following example shows how to access the ParameterBindings property. This example is from the Ordering State Machine SDK sample, from the SampleWorkflow.designer.cs file. For more information, seeOrdering State Machine Sample.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: