Soap.WSDLBind.IImport.Location

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Location: string read GetLocation write SetLocation;

C++

__property System::UnicodeString Location = {read=GetLocation, write=SetLocation};

Properties

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

Description

Specifies the URI of the imported document.

Use the Location property to set or get the URI of the imported document.

See Also