ProtocolReflector.MethodAttribute プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
生成された WebMethodAttribute に配置される Web サービス記述言語 (WSDL: Web Services Description Language) 操作を生成するためにプロトコル リフレクタが現在処理しているメソッドの ServiceDescription を取得します。
public:
property System::Web::Services::WebMethodAttribute ^ MethodAttribute { System::Web::Services::WebMethodAttribute ^ get(); };
public System.Web.Services.WebMethodAttribute MethodAttribute { get; }
member this.MethodAttribute : System.Web.Services.WebMethodAttribute
Public ReadOnly Property MethodAttribute As WebMethodAttribute
プロパティ値
生成された WebMethodAttribute に配置される Web サービス記述言語 (WSDL: Web Services Description Language) 操作を生成するためにプロトコル リフレクタが現在処理しているメソッドの ServiceDescription。