Receive.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
プロパティ値
メッセージのアクション URI。
注釈
Action プロパティを明示的に設定しない場合は、既定値として https://tempuri.org/{service contract namespace}/{service contract name}/{operation name}
に設定されます。