ManagedProperty.Retrievable 属性 (Microsoft.Office.Server.Search.Administration)

Gets or sets a Boolean value indicating whether a managed property value is retrievable.

命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search (在 microsoft.office.server.search.dll 中)

语法

声明
Public Property Retrievable As Boolean
用法
Dim instance As ManagedProperty
Dim value As Boolean

value = instance.Retrievable

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

属性值

true if the managed property value is retrievable; otherwise, false.

备注

If a managed property is retrievable, it can be displayed, sorted, or used with operators in a search query.

另请参阅

参考

ManagedProperty 类
ManagedProperty 成员
Microsoft.Office.Server.Search.Administration 命名空间