KeywordQueryPropertiesType_Client.GetQueryPropertyValue method
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Function GetQueryPropertyValue ( _
name As String _
) As QueryPropertyValue
'Uso
Dim instance As KeywordQueryPropertiesType_Client
Dim name As String
Dim returnValue As QueryPropertyValue
returnValue = instance.GetQueryPropertyValue(name)
public QueryPropertyValue GetQueryPropertyValue(
string name
)
Parâmetros
- name
Type: System.String
Valor retornado
Type: Microsoft.Office.Server.Search.Query.QueryPropertyValue
Ver também
Referência
KeywordQueryPropertiesType_Client class