KeywordQuery.SelectProperties 属性 (Microsoft.Office.Server.Search.Query)

Gets a list of the properties to return in the search results.

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

语法

声明
Public ReadOnly Property SelectProperties As StringCollection
用法
Dim instance As KeywordQuery
Dim value As StringCollection

value = instance.SelectProperties
public StringCollection SelectProperties { get; }

属性值

A System.Collections.Specialized.StringCollection object that represents the list of properties.

另请参阅

参考

KeywordQuery 类
KeywordQuery 成员
Microsoft.Office.Server.Search.Query 命名空间

其他资源

企业级搜索关键字语法参考
企业级搜索查询对象模型概述
演练:创建自定义企业级搜索 Web 部件