ProtocolReflector.MethodAttribute Propriedade

Definição

Obtém o WebMethodAttribute para o método que atualmente está sendo processado pelo refletor de protocolo para gerar uma operação de linguagem WSDL para ser colocada na ServiceDescription gerada.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

Valor da propriedade

WebMethodAttribute

O WebMethodAttribute para o método que o refletor de protocolo está processando atualmente para gerar uma operação WSDL (Web Services Description Language) a ser colocada no ServiceDescriptionThe 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

Aplica-se a