Discuss this help topic in SecureBlackbox Forum
Specifies the location of the logout page.
Declaration
[VB.NET]
Property LogoutPage As String
[Pascal]
property LogoutPage : string;
[C++]
void get_LogoutPage(std::string &OutResult);
void set_LogoutPage(const std::string &Value);
[PHP]
string get_LogoutPage()
void set_LogoutPage(string $Value)
[Java]
String getLogoutPage();
void setLogoutPage(String Value);
Description
Use this property to specify the relative URL of the logout page.
The default value is '/sp/logout'.
Discuss this help topic in SecureBlackbox Forum