Discuss this help topic in SecureBlackbox Forum
Specifies whether the user should be automatically redirected to the supplied resource.
Declaration
[C#]
bool RedirectToSuppliedResource;
[VB.NET]
Property RedirectToSuppliedResource As Boolean
[Pascal]
property RedirectToSuppliedResource : boolean;
[C++]
bool get_RedirectToSuppliedResource();
void set_RedirectToSuppliedResource(bool Value);
[PHP]
bool get_RedirectToSuppliedResource()
void set_RedirectToSuppliedResource(bool $Value)
[Java]
boolean getRedirectToSuppliedResource();
void setRedirectToSuppliedResource(boolean Value);
Description
This property specifies whether the user should be automatically redirected to the supplied resource if permitted.
The default value is true.
Discuss this help topic in SecureBlackbox Forum