CorrelationAliasAttribute Constructor (String^, String^)
.NET Framework (current version)
Initializes a new instance of the CorrelationAliasAttribute with the name of the correlation that is being aliased and the path to where the value can be found.
Assembly: System.Workflow.Activities (in System.Workflow.Activities.dll)
Parameters
- name
-
Type:
System::String^
The name of the correlation parameter that is being aliased.
- path
-
Type:
System::String^
Indicates which argument in the method or event holds the value for the correlation parameter specified by name. This parameter can use dot notation, for example, Parameter.Location.
The following table shows initial property values for an instance of the CorrelationAliasAttribute class.
Property | Value |
|---|---|
The value of name. | |
The value of path. |
.NET Framework
Available since 3.0
Available since 3.0
Show: