Soap.WSDLBind.IImport.Namespace

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Namespace: string read GetNamespace write SetNamespace;

C++

__property System::UnicodeString Namespace = {read=GetNamespace, write=SetNamespace};

Properties

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

Description

Specifies the namespace URI of the imported document.

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

See Also