CorrelationParameterAttribute(String) Constructor

Definition

Initializes a new instance of the CorrelationParameterAttribute where the name of the parameter is used for correlation.

public:
 CorrelationParameterAttribute(System::String ^ name);
public CorrelationParameterAttribute (string name);
new System.Workflow.Activities.CorrelationParameterAttribute : string -> System.Workflow.Activities.CorrelationParameterAttribute
Public Sub New (name As String)

Parameters

name
String

The name of the parameter used for correlation.

Applies to