SendActivity.ReturnValuePropertyName Campo

Definição

Nome da propriedade que é usada para o valor retornado enviado pelo serviço com o qual a atividade SendActivity está se comunicando.Name of the property that is used for the return value sent by the service that the SendActivity activity is communicating with.

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

Valor do campo

String

Exemplos

O exemplo a seguir mostra como acessar o ReturnValuePropertyName campo.The following example shows how to access the ReturnValuePropertyName field.

String retValName = SendActivity.ReturnValuePropertyName;

Comentários

Essa cadeia de caracteres pode ser usada para recuperar o valor de retorno do ParameterBindings associado à SendActivity atividade no AfterResponse manipulador de eventos.This string can be used to retrieve the return value from the ParameterBindings associated with the SendActivity activity in the AfterResponse event handler.

Aplica-se a