다음을 통해 공유


SoapServerMethod.MethodInfo 속성

정의

이 XML Web services 메서드와 연결된 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 services 메서드와 연결된 LogicalMethodInfo입니다.

적용 대상