OperationBinding.Output Propiedad

Definición

Obtiene o establece el OutputBinding asociado a .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 de propiedad

Asociado OutputBinding a .OperationBinding

Ejemplos

OperationBinding_OperationBinding#5

Comentarios

Se OperationBinding asociará exactamente a una OutputBinding.

Se aplica a