Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPClient.RootParameter

TElXMLSOAPClient     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies the SOAP message root parameter.

Declaration

[C#]
    TElXMLSOAPCompoundParameter RootParameter;

[VB.NET]
    Property RootParameter As TElXMLSOAPCompoundParameter

[Pascal]
    property RootParameter : TElXMLSOAPCompoundParameter;

[C++]
    TElXMLSOAPCompoundParameter* get_RootParameter();

[PHP]
    TElXMLSOAPCompoundParameter get_RootParameter()

[Java]
    TElXMLSOAPCompoundParameter getRootParameter();

Description

This property contains the root parameter of the SOAP message.

See also:     Parameters     SOAPMessage    

Discuss this help topic in SecureBlackbox Forum