Partilhar via


Receive.Action Propriedade

Definição

Obtém ou define o valor do cabeçalho de ação da mensagem.

public:
 property System::String ^ Action { System::String ^ get(); void set(System::String ^ value); };
public string Action { get; set; }
member this.Action : string with get, set
Public Property Action As String

Valor da propriedade

String

O URI de ação da mensagem.

Comentários

Se a Action propriedade não estiver definida explicitamente, seu valor será padrão para: https://tempuri.org/{service contract namespace}/{service contract name}/{operation name}.

Aplica-se a