Share via


FindCriteria.Duration プロパティ

定義

検索操作のタイムアウト期間を指定する TimeSpan を取得または設定します。

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

プロパティ値

検索操作のタイムアウト期間。

適用対象