KeywordQueryProperties.GetQueryPropertyValue(String) Method

Definition

[Microsoft.SharePoint.Client.Remote]
public Microsoft.SharePoint.Client.ClientResult<Microsoft.SharePoint.Client.Search.Query.QueryPropertyValue> GetQueryPropertyValue (string name);
member this.GetQueryPropertyValue : string -> Microsoft.SharePoint.Client.ClientResult<Microsoft.SharePoint.Client.Search.Query.QueryPropertyValue>
Public Function GetQueryPropertyValue (name As String) As ClientResult(Of QueryPropertyValue)

Parameters

name
String

Returns

Attributes

Applies to