ISearchSiteAdministrationServiceApplication.GetConsumerInformation method

Gets the information about the specified consumer.

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

Syntax

'Declaration
<OperationContractAttribute> _
Function GetConsumerInformation ( _
    consumerName As String _
) As ConsumerInfo
'Usage
Dim instance As ISearchSiteAdministrationServiceApplication
Dim consumerName As String
Dim returnValue As ConsumerInfo

returnValue = instance.GetConsumerInformation(consumerName)
[OperationContractAttribute]
ConsumerInfo GetConsumerInformation(
    string consumerName
)

Parameters

  • consumerName
    Type: System.String

    The name of the Search scope consumer.

Return value

Type: Microsoft.Office.Server.Search.Administration.ConsumerInfo
The information about the Search scope consumer.

Remarks

Implementing classes should ensure that the value of the consumerName parameter must not be null .

See also

Reference

ISearchSiteAdministrationServiceApplication interface

ISearchSiteAdministrationServiceApplication members

Microsoft.Office.Server.Search.Administration namespace