Discuss this help topic in SecureBlackbox Forum
The prefix for the newly generated messages.
Declaration
[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.
Discuss this help topic in SecureBlackbox Forum