TimeoutExpired Property

UltimateEmail

UltimateEmail Class Library

Validator.TimeoutExpired Property

Gets whether the time-out has expired before validation successfully completed.

[Visual Basic] Public ReadOnly Property TimeoutExpired As Boolean
[C#]
public bool TimeoutExpired {get;}

Property Value

true if the time-out expires before validation successfully completes; otherwise, false. The default value is false.

Remarks

Use this property to get whether the time-out has expired before validation successfully completed.

See Also

Validator Class | Karamasoft.WebControls.UltimateEmail Namespace