Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the default result source for the given owner.
Namespace: Microsoft.Office.Server.Search.Administration.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<OperationContractAttribute> _
Function GetDefaultResultSource ( _
owner As SearchObjectOwner _
) As SourceRecord
'Usage
Dim instance As IQuerypipelineManager
Dim owner As SearchObjectOwner
Dim returnValue As SourceRecord
returnValue = instance.GetDefaultResultSource(owner)
[OperationContractAttribute]
SourceRecord GetDefaultResultSource(
SearchObjectOwner owner
)
Parameters
owner
Type: Microsoft.Office.Server.Search.Administration.SearchObjectOwnerThe SearchObjectOwner for which the default result source needs to be retrieved.
Return value
Type: Microsoft.Office.Server.Search.Administration.Query.SourceRecord
Returns the default result source for the given owner.
See also
Reference
IQuerypipelineManager interface
Microsoft.Office.Server.Search.Administration.Query namespace