Soap.WSDLBind.IImport.GetLocation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetLocation: string;

C++

virtual System::UnicodeString __fastcall GetLocation() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
Soap.WSDLBind.pas
Soap.WSDLBind.hpp
Soap.WSDLBind IImport

Description

Returns the URI of the imported document.

Use GetLocation to obtain the URI of the imported document. GetLocation is primarily used as a getter method for the Location property.

See Also