IQueryClientTypeOperations.GetQueryClientTypeMappingByName method

Retrieves the client type mapping with the given name and owner

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

Syntax

'Declaration
<OperationContractAttribute> _
Function GetQueryClientTypeMappingByName ( _
    clientType As String, _
    owner As SearchObjectOwner _
) As QueryClientTypeMapping
'Usage
Dim instance As IQueryClientTypeOperations
Dim clientType As String
Dim owner As SearchObjectOwner
Dim returnValue As QueryClientTypeMapping

returnValue = instance.GetQueryClientTypeMappingByName(clientType, _
    owner)
[OperationContractAttribute]
QueryClientTypeMapping GetQueryClientTypeMappingByName(
    string clientType,
    SearchObjectOwner owner
)

Parameters

Return value

Type: Microsoft.Office.Server.Search.Query.QueryClientTypeMapping
Client type mapping

See also

Reference

IQueryClientTypeOperations interface

IQueryClientTypeOperations members

Microsoft.Office.Server.Search.Query namespace