Compartilhar via


OperationBinding.Output Propriedade

Definição

Obtém ou define o OutputBinding associado ao OperationBinding.

public:
 property System::Web::Services::Description::OutputBinding ^ Output { System::Web::Services::Description::OutputBinding ^ get(); void set(System::Web::Services::Description::OutputBinding ^ value); };
public System.Web.Services.Description.OutputBinding Output { get; set; }
member this.Output : System.Web.Services.Description.OutputBinding with get, set
Public Property Output As OutputBinding

Valor da propriedade

OutputBinding

Um OutputBinding associado ao OperationBinding.

Exemplos

OperationBinding_OperationBinding nº 5

Comentários

Um OperationBinding será associado a exatamente um OutputBinding.

Aplica-se a