KeywordQueryProperties.GetQueryPropertyValue método
Recupera o valor de uma propriedade com base no nome especificado.
Namespace: Microsoft.SharePoint.Client.Search.Query
Assembly: Microsoft.SharePoint.Client.Search (em Microsoft.SharePoint.Client.Search.dll)
Sintaxe
'Declaração
Public Function GetQueryPropertyValue ( _
name As String _
) As ClientResult(Of QueryPropertyValue)
'Uso
Dim instance As KeywordQueryProperties
Dim name As String
Dim returnValue As ClientResult(Of QueryPropertyValue)
returnValue = instance.GetQueryPropertyValue(name)
public ClientResult<QueryPropertyValue> GetQueryPropertyValue(
string name
)
Parâmetros
name
Tipo: System.StringNome de uma propriedade de um objeto de KeywordQueryProperties .
Valor retornado
Tipo: Microsoft.SharePoint.Client.ClientResult<QueryPropertyValue>