Soap.WSDLBind.IImport.GetNamespace

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetNamespace: string;

C++

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

Properties

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

Description

Returns the namespace URI of the imported document.

Use GetNamespace to obtain the namespace URI of the imported document. GetNamespace is primarily used as a getter method for the Namespace property.

See Also