SoapServerMethod::MethodInfo Property

 

Gets the LogicalMethodInfo associated with this XML Web service method.

Namespace:   System.Web.Services.Protocols
Assembly:  System.Web.Services (in System.Web.Services.dll)

public:
property LogicalMethodInfo^ MethodInfo {
	LogicalMethodInfo^ get();
}

Property Value

Type: System.Web.Services.Protocols::LogicalMethodInfo^

The LogicalMethodInfo associated with this XML Web service method.

.NET Framework
Available since 2.0
Return to top
Show: