다음을 통해 공유


CorrelationToken.Name 속성

정의

CorrelationToken의 이름을 가져오거나 설정합니다.

public:
 property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Browsable(false)]
public string Name { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.Name : string with get, set
Public Property Name As String

속성 값

String

CorrelationToken의 이름입니다.

특성

예제

다음 예제에서는 상관 관계 토큰 개체의 Name 속성에 액세스하는 방법을 보여 줍니다. 이 예제는 CorrelatedLocalServiceWorkflow.designer.cs 파일에 있는 Correlated Local Service SDK 샘플에 포함되어 있습니다. 자세한 내용은 상관 관계가 지정 된 로컬 서비스 샘플합니다.

correlationtoken1.Name = "c2";
correlationtoken1.Name = "c2"

적용 대상