KeywordQueryProperties.GetQueryPropertyValue method

Retrieves the value of a property based on the specified name.

Namespace:  Microsoft.SharePoint.Client.Search.Query
Assembly:  Microsoft.SharePoint.Client.Search (in Microsoft.SharePoint.Client.Search.dll)

Syntax

'Declaration
Public Function GetQueryPropertyValue ( _
    name As String _
) As ClientResult(Of QueryPropertyValue)
'Usage
Dim instance As KeywordQueryProperties
Dim name As String
Dim returnValue As ClientResult(Of QueryPropertyValue)

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

Parameters

  • name
    Type: System.String

    Name of a property of a KeywordQueryProperties object.

Return value

Type: Microsoft.SharePoint.Client.ClientResult<QueryPropertyValue>

See also

Reference

KeywordQueryProperties class

KeywordQueryProperties members

Microsoft.SharePoint.Client.Search.Query namespace