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 つの一致操作を実行するミリ秒単位の時間。

適用対象