共用方式為


ProtocolReflector.MethodAttribute 屬性

定義

取得方法的 WebMethodAttribute,通訊協定反映程式目前正在對其處理,以產生要置於所產生之 ServiceDescription 中的 Web 服務描述語言 (WSDL) 作業。

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,通訊協定反映程式目前正在對其處理,以產生要置於所產生之 ServiceDescription 中的 Web 服務描述語言 (WSDL) 作業。

適用於