PropertyInformation.Refinable 属性

获取一个布尔值,该值指示属性值是否可改进。

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

语法

声明
<DataMemberAttribute> _
Public Property Refinable As Boolean
    Get
    Private Set
用法
Dim instance As PropertyInformation
Dim value As Boolean

value = instance.Refinable
[DataMemberAttribute]
public bool Refinable { get; private set; }

属性值

类型:System.Boolean
true如果属性可以进行改进 ;否则为false。

另请参阅

引用

PropertyInformation 类

PropertyInformation 成员

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