Gets captcha code.

Namespace: MonoSoftware.Web.Controls.Captcha
Assembly: MonoSoftware.Web (in MonoSoftware.Web.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
public string CaptchaCode { get; }
Visual Basic
Public ReadOnly Property CaptchaCode As String
	Get
Visual C++
public:
property String^ CaptchaCode {
	String^ get ();
}
F#
member CaptchaCode : string with get

Property Value

Type: String

See Also