_Store.IsInstantSearchEnabled Propriété

Définition

Retourne une valeur booléenne (bool en C#) qui indique si la recherche instantanée est activée et opérationnelle sur un magasin. En lecture seule.

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

Valeur de propriété

Remarques

IsInstantSearchEnabled permet d'évaluer si vous devez utiliser les opérateurs ci_startswith ou ci_phrasematch dans une requête. Si vous utilisez ci_startswith ou ci_phrasematch dans la requête et que la recherche instantanée n'est pas activée, Outlook renvoie une erreur.

S’applique à