SearchServiceApplicationProxy.GetQueryClientTypeMappingByName method

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Function GetQueryClientTypeMappingByName ( _
    clientType As String, _
    owner As SearchObjectOwner _
) As QueryClientTypeMapping
'Usage
Dim instance As SearchServiceApplicationProxy
Dim clientType As String
Dim owner As SearchObjectOwner
Dim returnValue As QueryClientTypeMapping

returnValue = instance.GetQueryClientTypeMappingByName(clientType, _
    owner)
public QueryClientTypeMapping GetQueryClientTypeMappingByName(
    string clientType,
    SearchObjectOwner owner
)

Parameters

Return value

Type: Microsoft.Office.Server.Search.Query.QueryClientTypeMapping

Implements

IQueryClientTypeOperations.GetQueryClientTypeMappingByName(String, SearchObjectOwner)

See also

Reference

SearchServiceApplicationProxy class

SearchServiceApplicationProxy members

Microsoft.Office.Server.Search.Administration namespace