CorrelationParameterAttribute(String) 생성자

정의

상관 관계에 매개 변수 이름이 사용되는 새 인스턴스 CorrelationParameterAttribute 를 초기화합니다.

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)

매개 변수

name
String

상관 관계에 사용되는 매개 변수의 이름입니다.

적용 대상