Share via


SearchRequest.TimeLimit プロパティ

定義

TimeLimit プロパティは、サーバーが検索要求を処理する場合の許容時間を指定する TimeSpan オブジェクトを格納します。

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

プロパティ値

サーバーが検索要求を処理する場合の許容時間を指定する TimeSpan オブジェクト。

例外

値が Zero 未満です。

適用対象