A quick and easy-to-install ASP.NET CAPTCHA

HIPControl.IsValid Property

Collapse All

The property is set after submission of a code to see if it was valid. Check this property if you don't have AutoRedirect enabled.

Syntax

Visual Basic
Public Property ReadOnly IsValid As Boolean
C#
public bool IsValid { get; }
C++
public: __property bool get_IsValid();
JScript
public function get IsValid() : bool

See Also

HIPControl Class | Clearscreen.SharpHIP Namespace