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 活動必須與要正確傳遞的訊息具有相同的值。