OperationBinding::Output Property
.NET Framework (current version)
Gets or sets the OutputBinding associated with the OperationBinding.
Assembly: System.Web.Services (in System.Web.Services.dll)
public: property OutputBinding^ Output { OutputBinding^ get(); void set(OutputBinding^ value); }
Property Value
Type: System.Web.Services.Description::OutputBinding^An OutputBinding associated with the OperationBinding.
An OperationBinding will be associated with exactly one OutputBinding.
OperationBinding_OperationBinding#5
.NET Framework
Available since 1.1
Available since 1.1
Show: