SearchServiceApplication.GetConsumers Method

Retrieves a list of the names of all Search scope consumers.

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

Syntax

'Declaration
Public Function GetConsumers As List(Of String)
'Usage
Dim instance As SearchServiceApplication
Dim returnValue As List(Of String)

returnValue = instance.GetConsumers()
public List<string> GetConsumers()

Return Value

Type: System.Collections.Generic.List<String>
A list of the names of all Search scope consumers.

Implements

ISearchSiteAdministrationServiceApplication.GetConsumers()

Remarks

This method retrieves a list of the names of all Search scope consumers.

See Also

Reference

SearchServiceApplication Class

SearchServiceApplication Members

Microsoft.Office.Server.Search.Administration Namespace