RegularExpressionValidator.MatchTimeout 属性

定义

获取或设置用于在操作超时前执行单个匹配操作的最大时间间隔。

public:
 property Nullable<int> MatchTimeout { Nullable<int> get(); void set(Nullable<int> value); };
public int? MatchTimeout { get; set; }
member this.MatchTimeout : Nullable<int> with get, set
Public Property MatchTimeout As Nullable(Of Integer)

属性值

Nullable<Int32>

用于在操作超时前执行单个匹配操作的最大时间间隔。

适用于