Category.FullTextQueriable 属性
获取或设置一个布尔值,该值指示是否该类别的属性值存储在全文索引中。
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Property FullTextQueriable As Boolean
Get
Set
用法
Dim instance As Category
Dim value As Boolean
value = instance.FullTextQueriable
instance.FullTextQueriable = value
public bool FullTextQueriable { get; set; }
属性值
类型:System.Boolean
true如果属性值存储在全文索引中。否则为false。