Indicates if the handler is reusable.

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

Syntax

C#
public bool IsReusable { get; }
Visual Basic
Public ReadOnly Property IsReusable As Boolean
	Get
Visual C++
public:
virtual property bool IsReusable {
	bool get () sealed;
}
F#
abstract IsReusable : bool with get
override IsReusable : bool with get

Property Value

Type: Boolean

Implements

IHttpHandler..::..IsReusable

See Also