Discuss this help topic in SecureBlackbox Forum
Contains application-specific error information.
Declaration
[VB.NET]
Property Detail As String
[Pascal]
property Detail : XMLString;
[C++]
void get_Detail(sb_u16string &OutResult);
void get_Detail(std::wstring &OutResult);
void set_Detail(const sb_u16string &Value);
void set_Detail(const std::wstring &Value);
[PHP]
string get_Detail()
void set_Detail(string $Value)
[Java]
String getDetail();
void setDetail(String Value);
Description
This property contains the application-specific error information related to the message body.
Discuss this help topic in SecureBlackbox Forum