Discuss this help topic in SecureBlackbox Forum
Specifies the redirect URL.
Declaration
[VB.NET]
Property RedirectURL As String
[Pascal]
property RedirectURL : string;
[C++]
void get_RedirectURL(std::string &OutResult);
void set_RedirectURL(const std::string &Value);
[PHP]
string get_RedirectURL()
void set_RedirectURL(string $Value)
[Java]
String getRedirectURL();
void setRedirectURL(String Value);
Description
This property specifies the redirect URL.
Discuss this help topic in SecureBlackbox Forum