다음을 통해 공유


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)

속성 값

Nullable<Int32>

작업의 제한 시간이 초과되기 전에 단일 일치 작업을 실행할 최대 시간 간격입니다.

적용 대상