_Store.IsInstantSearchEnabled 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回 C# ) 中的 布尔 值 (bool ,指示是否在存储中启用和运行即时搜索。 只读。
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 将返回错误。