Discuss this help topic in SecureBlackbox Forum
Declaration
[C#]
string ErrorMessage;
[VB.NET]
Property ErrorMessage As String
[Pascal]
under development
[C++]
void get_ErrorMessage(std::string &OutResult);
void set_ErrorMessage(const std::string &Value);
[PHP]
string get_ErrorMessage()
void set_ErrorMessage(string $Value)
[Java]
String getErrorMessage();
void setErrorMessage(String Value);
Description
This topic is under development.
Discuss this help topic in SecureBlackbox Forum