Soap.WSDLItems.IQualifiedName.SetName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetName(const name: DOMString);

C++

virtual void __fastcall SetName(const System::UnicodeString name) = 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 Name property.

SetName is the write implementation for the Name property.

Name is the new name.

See Also