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:
property Nullable<int> MatchTimeout {
	Nullable<int> get();
	void set(Nullable<int> value);
}

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: