Discuss this help topic in SecureBlackbox Forum
Location of the error resolution and support information.
Declaration
[VB.NET]
Property ErrorURL As String
[Pascal]
property ErrorURL : string;
[C++]
void get_ErrorURL(std::string &OutResult);
void set_ErrorURL(const std::string &Value);
[PHP]
string get_ErrorURL()
void set_ErrorURL(string $Value)
[Java]
String getErrorURL();
void setErrorURL(String Value);
Description
This property specifies a URI location where the user can be directed for error resolution and additional support related to this role.
Discuss this help topic in SecureBlackbox Forum