KeywordQueryProperties.SetQueryPropertyValue 方法

基于指定名称设置属性的值。

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

语法

声明
Public Sub SetQueryPropertyValue ( _
    name As String, _
    val As QueryPropertyValue _
)
用法
Dim instance As KeywordQueryProperties
Dim name As String
Dim val As QueryPropertyValue

instance.SetQueryPropertyValue(name, _
    val)
public void SetQueryPropertyValue(
    string name,
    QueryPropertyValue val
)

参数

  • name
    类型:System.String

    KeywordQueryProperties 对象的属性的名称。

另请参阅

引用

KeywordQueryProperties 类

KeywordQueryProperties 成员

Microsoft.SharePoint.Client.Search.Query 命名空间