Soap.InvokeRegistry.InterfaceMapItem.ExtName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

ExtName: InvString;                       { PortTypeName                }

C++

System::UnicodeString ExtName;

Properties

Type Visibility Source Unit Parent
field public
Soap.InvokeRegistry.pas
Soap.InvokeRegistry.hpp
Soap.InvokeRegistry InterfaceMapItem

Description

ExtName is the name of the corresponding port type that appears in the WSDL document describing this Web Service. ExtName can be an empty string if the interface and port type have the same name.