Soap.WSDLItems.IQualifiedName.Namespace

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property  Namespace: DOMString read GetNamespace write SetNamespace;

C++

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

Properties

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

Description

Specifies the namespace in which the name is defined.

Namespace specifies the namespace that is used to interpret the value of the Name property.

See Also