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
- clientType
Type: System.String
owner
Type: Microsoft.Office.Server.Search.Administration.SearchObjectOwnerClient type name
Client type mapping owner
Return value
Type: Microsoft.Office.Server.Search.Query.QueryClientTypeMapping
Client type mapping
See also
Reference
IQueryClientTypeOperations interface