共用方式為


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)

屬性值

作業逾時之前執行單一比對作業的最大時間間隔。

適用於