Send.Action 属性

定义

获取或设置要发送的消息操作标头的值。

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

属性值

String

消息的操作。

注解

如果未显式设置 Action 属性,它将默认为:https://tempuri.org/{service contract namespace}/{service contract name}/{operation name}。 如果该值是对 Send 活动指定的,则接收消息的 Receive 活动必须具有同一值才能正确传递该消息。

适用于