KaxCaptchaMinTimeout Property |
Gets or sets the minimum number of seconds form must be displayed
before it is valid. If you're too fast, you must be a robot.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic int MinTimeout { get; set; }
Public Property MinTimeout As Integer
Get
Set
public:
property int MinTimeout {
int get ();
void set (int value);
}
member MinTimeout : int with get, set
Property Value
Type:
Int32The minimum number of seconds form must be displayed before it is valid.
See Also