Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
currentFormSubmissionTimeoutSeconds Property
returns the actual time it took to submit the form seconds specifying the time it took to submit the form
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function get_currentFormSubmissionTimeoutSeconds() : Integer
function set_currentFormSubmissionTimeoutSeconds(value : Integer) |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfWebCaptcha.get_currentFormSubmissionTimeoutSeconds(); |
See Also