Soap.WSDLItems.IQualifiedName.Name

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property  Name: DOMString read GetName write SetName;

C++

__property System::UnicodeString Name = {read=GetName, write=SetName};

Properties

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

Description

Specifies the local name.

Name specifies the local name portion of the qualified name. This name is defined within the context of the namespace that the Namespace property specifies.

See Also