RegularExpressionValidator.MatchTimeout Property

 

Gets or set the maximum time interval to execute a single matching operation before the operation times out.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public Nullable<int> MatchTimeout { get; set; }

Property Value

Type: System.Nullable<Int32>

The maximum time interval to execute a single matching operation before the operation times out.

.NET Framework
Available since 4.6.1
Return to top
Show: