QueryInfo.QueryString 属性

获取或设置搜索查询的文本。

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

语法

声明
<DataMemberAttribute> _
Public Property QueryString As String
    Get
    Set
用法
Dim instance As QueryInfo
Dim value As String

value = instance.QueryString

instance.QueryString = value
[DataMemberAttribute]
public string QueryString { get; set; }

属性值

类型:System.String
搜索查询的文本。

另请参阅

引用

QueryInfo 类

QueryInfo 成员

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