Specifies the length in characters of the randomly generated HIP-CAPTCHA code.
Public Property CodeLength As Integer
public int CodeLength { get; set; }
public: __property int get_CodeLength(); public: __property void set_CodeLength(int );
public function get CodeLength() : int public function set CodeLength(int);