Gets and sets the list of characters

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

Syntax

C#
[DefaultValueAttribute("abcdefghijklmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ23456789")]
public string CaptchaChars { get; set; }
Visual Basic
<DefaultValueAttribute("abcdefghijklmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ23456789")> 
Public Property CaptchaChars As String
	Get
	Set

See Also