Discuss this help topic in SecureBlackbox Forum
Specifies if the user has been redirected.
Declaration
[VB.NET]
Property Redirected As Boolean
[Pascal]
property Redirected : boolean;
[C++]
bool get_Redirected();
void set_Redirected(bool Value);
[PHP]
bool get_Redirected()
void set_Redirected(bool $Value)
[Java]
boolean getRedirected();
void setRedirected(boolean Value);
Description
Specifies whether the user has been redirected in this session.
Discuss this help topic in SecureBlackbox Forum