RegularExpressionAttribute.MatchTimeoutInMilliseconds 属性

定义

获取或设置用于在操作超时前执行单个匹配操作的时间量(以毫秒为单位)。

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

属性值

用于执行单个匹配操作的时间量(以毫秒为单位)。

适用于