Soap.WSDLNode.TWSDLView.Operation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Operation: string read FOperation write SetOperation;

C++

__property System::UnicodeString Operation = {read=FOperation, write=SetOperation};

Properties

Type Visibility Source Unit Parent
property published
Soap.WSDLNode.pas
Soap.WSDLNode.hpp
Soap.WSDLNode TWSDLView

Description

Identifies the target operation that is defined in the WSDL document.

Operation is the name of an operation that is defined in the WSDL document identified by the WSDL property. Operation maps to a method on the interface that corresponds to the PortType property.

See Also