Soap.WSDLBind.IImport.SetNamespace

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetNamespace(Value: string);

C++

virtual void __fastcall SetNamespace(System::UnicodeString Value) = 0 ;

Properties

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

Description

Sets the namespace URI of the imported document.

Use SetNamespace to set the namespace URI of the imported document. SetNamespace is primarily used as a setter method for the Namespace property.

See Also