ResultTableCollection.QueryTerms 属性
获取或设置查询所使用的搜索条件列表。
命名空间: Microsoft.Office.Server.Search.Query
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
<DataMemberAttribute> _
Public Property QueryTerms As String()
Get
Set
用法
Dim instance As ResultTableCollection
Dim value As String()
value = instance.QueryTerms
instance.QueryTerms = value
[DataMemberAttribute]
public string[] QueryTerms { get; set; }
属性值
类型:[]
一个字符串数组,包含搜索查询词。