IQueryClientTypeOperations.GetQueryClientTypeMappingById method

Retrieves the client type mapping with the given id and owner

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

Syntax

'Declaration
<OperationContractAttribute> _
Function GetQueryClientTypeMappingById ( _
    clientTypeId As Integer, _
    owner As SearchObjectOwner _
) As QueryClientTypeMapping
'Usage
Dim instance As IQueryClientTypeOperations
Dim clientTypeId As Integer
Dim owner As SearchObjectOwner
Dim returnValue As QueryClientTypeMapping

returnValue = instance.GetQueryClientTypeMappingById(clientTypeId, _
    owner)
[OperationContractAttribute]
QueryClientTypeMapping GetQueryClientTypeMappingById(
    int clientTypeId,
    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