Soap.WSDLItems.IQualifiedName.SetNamespace

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetNamespace(const ns: DOMString);

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
Soap.WSDLItems.pas
Soap.WSDLItems.hpp
Soap.WSDLItems IQualifiedName

Description

Sets the value of the Namespace property.

SetNamespace is the write implementation for the Namespace property.

Namespace is the new namespace in which to interpret Name.

See Also