共用方式為


SoapServerMethod.MethodInfo 屬性

定義

取得與這個 XML Web Service 方法相關聯的 LogicalMethodInfo

public:
 property System::Web::Services::Protocols::LogicalMethodInfo ^ MethodInfo { System::Web::Services::Protocols::LogicalMethodInfo ^ get(); };
public System.Web.Services.Protocols.LogicalMethodInfo MethodInfo { get; }
member this.MethodInfo : System.Web.Services.Protocols.LogicalMethodInfo
Public ReadOnly Property MethodInfo As LogicalMethodInfo

屬性值

LogicalMethodInfo

與這個 XML Web Service 方法相關聯的 LogicalMethodInfo

適用於