RegularExpressionAttribute.MatchTimeoutInMilliseconds プロパティ

定義

操作がタイムアウトするまでの 1 回の一致操作を実行する時間をミリ秒単位で取得または設定します。

public:
 property int MatchTimeoutInMilliseconds { int get(); void set(int value); };
public int MatchTimeoutInMilliseconds { get; set; }
member this.MatchTimeoutInMilliseconds : int with get, set
Public Property MatchTimeoutInMilliseconds As Integer

プロパティ値

一致する 1 回の操作を実行する時間 (ミリ秒単位)。

適用対象