KeywordQueryPropertiesType_Client.SetQueryPropertyValue method
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub SetQueryPropertyValue ( _
name As String, _
val As QueryPropertyValue _
)
'Usage
Dim instance As KeywordQueryPropertiesType_Client
Dim name As String
Dim val As QueryPropertyValue
instance.SetQueryPropertyValue(name, _
val)
public void SetQueryPropertyValue(
string name,
QueryPropertyValue val
)
Parameters
- name
Type: System.String
See also
Reference
KeywordQueryPropertiesType_Client class