OperationBinding::Output Property

 

Gets or sets the OutputBinding associated with the OperationBinding.

Namespace:   System.Web.Services.Description
Assembly:  System.Web.Services (in System.Web.Services.dll)

public:
property OutputBinding^ Output {
	OutputBinding^ get();
	void set(OutputBinding^ value);
}

An OperationBinding will be associated with exactly one OutputBinding.

OperationBinding_OperationBinding#5

.NET Framework
Available since 1.1
Return to top
Show: