Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

CorrelationAliasAttribute Constructor (String^, String^)

 

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.

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

public:
CorrelationAliasAttribute(
	String^ name,
	String^ path
)

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

Name

The value of name.

Path

The value of path.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft