ProtocolReflector.MethodAttribute Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
property System::Web::Services::WebMethodAttribute ^ MethodAttribute { System::Web::Services::WebMethodAttribute ^ get(); };
public System.Web.Services.WebMethodAttribute MethodAttribute { get; }
member this.MethodAttribute : System.Web.Services.WebMethodAttribute
Public ReadOnly Property MethodAttribute As WebMethodAttribute
Property Value
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