KeywordQueryProperties.GetQueryPropertyValue 方法

获取或设置一个值,该值指定字段的日历类型。

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

语法

声明
Public Function GetQueryPropertyValue ( _
    name As String _
) As ClientResult(Of QueryPropertyValue)
用法
Dim instance As KeywordQueryProperties
Dim name As String
Dim returnValue As ClientResult(Of QueryPropertyValue)

returnValue = instance.GetQueryPropertyValue(name)
public ClientResult<QueryPropertyValue> GetQueryPropertyValue(
    string name
)

参数

  • name
    类型:System.String

    KeywordQueryProperties对象的属性的名称。

返回值

类型:Microsoft.SharePoint.Client.ClientResult<QueryPropertyValue>

另请参阅

引用

KeywordQueryProperties 类

KeywordQueryProperties 成员

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