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

HIPControl.RandomCodeLength Property

Collapse All

Specifies if the HIPCode should use a random length between 3 and the valued specified in CodeLength property.

Syntax

Visual Basic
Public Property RandomCodeLength As Boolean
C#
public bool RandomCodeLength { get; set; }
C++
public: __property bool get_RandomCodeLength();
public: __property void set_RandomCodeLength(bool );
JScript
public function get RandomCodeLength() : bool
public function set RandomCodeLength(bool);

See Also

HIPControl Class | Clearscreen.SharpHIP Namespace