Soap.WSDLItems.IQualifiedName.GetNamespace

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function  GetNamespace: DOMString;

C++

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

Properties

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

Description

Returns the value of the Namespace property.

GetNamespace is the read implementation for the Namespace property.

See Also