SoapServerMethod.MethodInfo 属性

定义

获取 LogicalMethodInfo 与此 XML Web 服务方法关联的方法。

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 服务方法关联的方法。

适用于