Send.Action 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置要发送的消息操作标头的值。
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
属性值
消息的操作。
注解
如果未显式设置 Action 属性,它将默认为:https://tempuri.org/{service contract namespace}/{service contract name}/{operation name}
。 如果该值是对 Send 活动指定的,则接收消息的 Receive 活动必须具有同一值才能正确传递该消息。