QueryRule.RemoveQueryAction method
Namespace: Microsoft.Office.Server.Search.Query.Rules
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Sub RemoveQueryAction ( _
action As QueryAction _
)
'Uso
Dim instance As QueryRule
Dim action As QueryAction
instance.RemoveQueryAction(action)
public void RemoveQueryAction(
QueryAction action
)