ISearchSiteAdministrationServiceApplication.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
<OperationContractAttribute> _
Function GetConsumers As List(Of String)
'Usage
Dim instance As ISearchSiteAdministrationServiceApplication
Dim returnValue As List(Of String)
returnValue = instance.GetConsumers()
[OperationContractAttribute]
List<string> GetConsumers()
Return value
Type: System.Collections.Generic.List<String>
A list of the names of all Search scope consumers.
Remarks
This method retrieves a list of the names of all Search scope consumers.
See also
Reference
ISearchSiteAdministrationServiceApplication interface