OperationBinding.Output Свойство

Определение

Возвращает или задает объект OutputBinding, связанный с объектом 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

Значение свойства

Объект OutputBinding, связанный с объектом OperationBinding.

Примеры

OperationBinding_OperationBinding#5

Комментарии

Объект OperationBinding будет связан ровно с одним OutputBinding.

Применяется к