KeywordQueryPropertiesType_Client.GetQueryPropertyValue method
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function GetQueryPropertyValue ( _
name As String _
) As QueryPropertyValue
'Usage
Dim instance As KeywordQueryPropertiesType_Client
Dim name As String
Dim returnValue As QueryPropertyValue
returnValue = instance.GetQueryPropertyValue(name)
public QueryPropertyValue GetQueryPropertyValue(
string name
)
Parameters
- name
Type: System.String
Return value
Type: Microsoft.Office.Server.Search.Query.QueryPropertyValue
See also
Reference
KeywordQueryPropertiesType_Client class