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