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.
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.StringThe 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