_Store.IsInstantSearchEnabled 属性

定义

返回 C# ) 中的 布尔 值 (bool ,指示是否在存储中启用和运行即时搜索。 只读。

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

属性值

注解

使用 IsInstantSearchEnabled 来评估是否应在查询中使用 ci_startswithci_phrasematch 运算符。 如果您使用 ci_startswithci_phrasematch 查询和即时搜索中未启用,则 Outlook 将返回错误。

适用于