Soap.WSDLBind.IBindingOutput

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IBindingOutput = interface(IParam)

C++

__interface  INTERFACE_UUID("{EEA06E96-EF0D-409D-BBE2-DFE554C50F23}") IBindingOutput  : public IParam

Properties

Type Visibility Source Unit Parent
interface
class
public
Soap.WSDLBind.pas
Soap.WSDLBind.hpp
Soap.WSDLBind Soap.WSDLBind

Description

IBindingOutput is an interface for the binding output element in the WSDL document.

Use the IBindingOutput interface to access the properties and methods specific to the binding output element in a WSDL document.

See Also