共用方式為


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

屬性值

訊息的動作。

備註

如果尚未明確設定 Action 屬性,其預設值為:https://tempuri.org/{service contract namespace}/{service contract name}/{operation name}。 如果在 Send 活動上指定,則接收訊息的 Receive 活動必須與要正確傳遞的訊息具有相同的值。

適用於