The Portrate Interview Engine

KnockoutArgs.Redirected Field

Returned from the knockout handler - set to TRUE if the handler has redirected the user, and FALSE if not.

[Visual Basic]
Public Redirected As Boolean
[C#]
public bool Redirected;
[C++]
public: bool Redirected;
[JScript]
public var Redirected: bool;

See Also

KnockoutArgs Class | Portrate.Interview Namespace