Share via


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 的返回值。

适用于