共用方式為


Receive.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

屬性值

訊息的動作 URI。

備註

如果 Action 屬性未明確設定,則預設其值為:https://tempuri.org/{service contract namespace}/{service contract name}/{operation name}

適用於