Back to Devexpress

CaptchaSettings.CodeLength Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-captchasettings-97923bb8.md

latest1.2 KB
Original Source

CaptchaSettings.CodeLength Property

Gets or sets the code length displayed within the Captcha’s challenge image.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public int CodeLength { get; set; }
vb
Public Property CodeLength As Integer

Property Value

TypeDescription
Int32

An integer value that represents the displayed code length.

|

See Also

Captcha

CaptchaSettings Class

CaptchaSettings Members

DevExpress.Web.Mvc Namespace