RefinementManager.UseDefaultConfiguration 属性

获取或设置一个值,该值指示是否应使用默认筛选器类别配置。

命名空间:  Microsoft.Office.Server.Search.WebControls
程序集:  Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)

语法

声明
Public Property UseDefaultConfiguration As Boolean
    Get
    Set
用法
Dim instance As RefinementManager
Dim value As Boolean

value = instance.UseDefaultConfiguration

instance.UseDefaultConfiguration = value
public bool UseDefaultConfiguration { get; set; }

属性值

类型:System.Boolean
true是否应使用默认筛选器类别配置 ;否则为false。

备注

此属性的默认值为 True。

另请参阅

引用

RefinementManager 类

RefinementManager 成员

Microsoft.Office.Server.Search.WebControls 命名空间