RegularExpressionValidator.MatchTimeout 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定作業逾時之前執行單一比對作業的最大時間間隔。
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)
屬性值
作業逾時之前執行單一比對作業的最大時間間隔。