RefinementManager.IsRefinedProperty 方法

检查属性用于优化。

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

语法

声明
Public Function IsRefinedProperty ( _
    propertyName As String _
) As Boolean
用法
Dim instance As RefinementManager
Dim propertyName As String
Dim returnValue As Boolean

returnValue = instance.IsRefinedProperty(propertyName)
public bool IsRefinedProperty(
    string propertyName
)

参数

  • propertyName
    类型:System.String

    要检查的属性的名称。

返回值

类型:System.Boolean
true如果属性用于优化 ;否则为false。

备注

属性名称是区分大小写。

另请参阅

引用

RefinementManager 类

RefinementManager 成员

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