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

HIPControl.CodeLength Property

Collapse All

Specifies the length in characters of the randomly generated HIP-CAPTCHA code.

Syntax

Visual Basic
Public Property CodeLength As Integer
C#
public int CodeLength { get; set; }
C++
public: __property int get_CodeLength();
public: __property void set_CodeLength(int );
JScript
public function get CodeLength() : int
public function set CodeLength(int);

See Also

HIPControl Class | Clearscreen.SharpHIP Namespace