Discuss this help topic in SecureBlackbox Forum
Specifies the login URL in the login form.
Declaration
[VB.NET]
Property LoginURL As String
[Pascal]
property LoginURL : string;
[C++]
void get_LoginURL(std::string &OutResult);
void set_LoginURL(const std::string &Value);
[PHP]
string get_LoginURL()
void set_LoginURL(string $Value)
[Java]
String getLoginURL();
void setLoginURL(String Value);
Description
This property specifies the Login URL in the AuthFormTemplate.
Discuss this help topic in SecureBlackbox Forum