Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPClient.ResponseRootParameter

TElXMLSOAPClient     See also     


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


Specifies response operation root parameter.

Declaration

[C#]
    TElXMLSOAPCompoundParameter ResponseRootParameter;

[VB.NET]
    Property ResponseRootParameter As TElXMLSOAPCompoundParameter

[Pascal]
    property ResponseRootParameter : TElXMLSOAPCompoundParameter;

[C++]
    TElXMLSOAPCompoundParameter* get_ResponseRootParameter();

[PHP]
    TElXMLSOAPCompoundParameter get_ResponseRootParameter()

[Java]
    TElXMLSOAPCompoundParameter getResponseRootParameter();

Description

This property contains the root parameter of the response message.

See also:     ResponseParameters     ResponseSOAPMessage    

Discuss this help topic in SecureBlackbox Forum