RegularExpressionValidator.MatchTimeout プロパティ

定義

操作がタイムアウトする前に、一致する 1 つの操作を実行する最大時間間隔を取得または設定します。

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)

プロパティ値

操作がタイムアウトするまでの 1 つの一致する操作を実行する最大時間間隔。

適用対象