SearchServiceApplicationProxy.CommitQueryClientTypeMapping method
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub CommitQueryClientTypeMapping ( _
clientTypeMapping As QueryClientTypeMapping _
)
'Usage
Dim instance As SearchServiceApplicationProxy
Dim clientTypeMapping As QueryClientTypeMapping
instance.CommitQueryClientTypeMapping(clientTypeMapping)
public void CommitQueryClientTypeMapping(
QueryClientTypeMapping clientTypeMapping
)
Parameters
- clientTypeMapping
Type: Microsoft.Office.Server.Search.Query.QueryClientTypeMapping
Implements
IQueryClientTypeOperations.CommitQueryClientTypeMapping(QueryClientTypeMapping)
See also
Reference
SearchServiceApplicationProxy class