Soap.WSDLPub.TWSDLHTMLPublish.TargetNamespace

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TargetNamespace: InvString read GetTargetNamespace write FTargetNamespace stored GetNameSpaceIsStored;

C++

__property System::UnicodeString TargetNamespace = {read=GetTargetNamespace, write=FTargetNamespace, stored=GetNameSpaceIsStored};

Properties

Type Visibility Source Unit Parent
property published
Soap.WSDLPub.pas
Soap.WSDLPub.hpp
Soap.WSDLPub TWSDLHTMLPublish

Description

Specifies the target namespace URL of the WSDL document.

Use TargetNamespace to specify a namespace for the WSDL documents this component publishes. This is the namespace URL that the WSDL document uses for the definitions it publishes.

See Also