다음을 통해 공유


SendActivity.ReturnValuePropertyName 필드

정의

SendActivity 활동에서 통신하고 있는 서비스에서 보낸 반환 값에 사용되는 속성의 이름입니다.

public: System::String ^ ReturnValuePropertyName;
public const string ReturnValuePropertyName;
val mutable ReturnValuePropertyName : string
Public Const ReturnValuePropertyName As String 

필드 값

예제

다음 예제에서는 ReturnValuePropertyName 필드에 액세스하는 방법을 보여 줍니다.

string retValName = SendActivity.ReturnValuePropertyName;

설명

이 문자열을 사용하면 ParameterBindings 이벤트 처리기의 SendActivity 동작과 연결된 AfterResponse에서 반환 값을 검색할 수 있습니다.

적용 대상