SearchServiceApplicationProxy.GetQueryClientTypeMappingById method

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

Syntax

'Declaration
Public Function GetQueryClientTypeMappingById ( _
    clientTypeId As Integer, _
    owner As SearchObjectOwner _
) As QueryClientTypeMapping
'Usage
Dim instance As SearchServiceApplicationProxy
Dim clientTypeId As Integer
Dim owner As SearchObjectOwner
Dim returnValue As QueryClientTypeMapping

returnValue = instance.GetQueryClientTypeMappingById(clientTypeId, _
    owner)
public QueryClientTypeMapping GetQueryClientTypeMappingById(
    int clientTypeId,
    SearchObjectOwner owner
)

Parameters

Return value

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

Implements

IQueryClientTypeOperations.GetQueryClientTypeMappingById(Int32, SearchObjectOwner)

See also

Reference

SearchServiceApplicationProxy class

SearchServiceApplicationProxy members

Microsoft.Office.Server.Search.Administration namespace