ProtocolReflector::MethodAttribute Property

 
Use BaseTrue

Gets the WebMethodAttribute for the method that the protocol reflector is currently processing to generate a Web Services Description Language (WSDL) operation to be placed in the generated ServiceDescription.

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

public:
property WebMethodAttribute^ MethodAttribute {
	WebMethodAttribute^ get();
}

Property Value

Type: System.Web.Services::WebMethodAttribute^

The WebMethodAttribute for the method that the protocol reflector is currently processing to generate a Web Services Description Language (WSDL) operation to be placed in the generated ServiceDescription

.NET Framework
Available since 1.1
Return to top
Show: