Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPClient.SOAPPrefix

TElXMLSOAPClient     See also     


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


The prefix for the newly generated messages.

Declaration

[C#]
    string SOAPPrefix;

[VB.NET]
    Property SOAPPrefix As String

[Pascal]
    property SOAPPrefix : XMLString;

[C++]
    void get_SOAPPrefix(sb_u16string &OutResult);
    void get_SOAPPrefix(std::wstring &OutResult);
    void set_SOAPPrefix(const sb_u16string &Value);
    void set_SOAPPrefix(const std::wstring &Value);

[PHP]
    string get_SOAPPrefix()
    void set_SOAPPrefix(string $Value)

[Java]
    String getSOAPPrefix();
    void setSOAPPrefix(String Value);

Description

This property specifies the prefix for the generated messages.

See also:     MessageNamespaces    

Discuss this help topic in SecureBlackbox Forum