Gets and sets the length of the Captcha string

Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[DefaultValueAttribute(6)]
public int CaptchaLength { get; set; }
Visual Basic
<DefaultValueAttribute(6)> 
Public Property CaptchaLength As Integer
	Get
	Set

See Also