Share via


HttpRuntimeSection.DefaultRegexMatchTimeout 屬性

定義

取得或設定允許規則運算式執行比對的時間長度。

public:
 property TimeSpan DefaultRegexMatchTimeout { TimeSpan get(); void set(TimeSpan value); };
[System.Configuration.ConfigurationProperty("defaultRegexMatchTimeout", DefaultValue="00:00:00")]
public TimeSpan DefaultRegexMatchTimeout { get; set; }
[<System.Configuration.ConfigurationProperty("defaultRegexMatchTimeout", DefaultValue="00:00:00")>]
member this.DefaultRegexMatchTimeout : TimeSpan with get, set
Public Property DefaultRegexMatchTimeout As TimeSpan

屬性值

規則運算式比對所允許的時間。

屬性

適用於