次の方法で共有


_Store.IsInstantSearchEnabled プロパティ

定義

ストアでインスタント検索が有効で操作できるかどうかを示す ブール値 (C#ではブール 値) を返します。 読み取り専用です。

public:
 property bool IsInstantSearchEnabled { bool get(); };
public bool IsInstantSearchEnabled { get; }
Public ReadOnly Property IsInstantSearchEnabled As Boolean

プロパティ値

注釈

IsInstantSearchEnabled は、クエリで ci_startswith または ci_phrasematch 演算子を使用する必要があるかどうかを評価するために使用します。 Ci_startswith を使用する ci_phrasematch をクエリおよびクイック検索が有効になっていない場合、Outlook はエラーを返します。

適用対象