SearchServiceApplicationProxy.GetSearchApplicationDisplayName method

Retrieves the display name of the Search service application.

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

Syntax

'Declaration
Public Function GetSearchApplicationDisplayName As String
'Usage
Dim instance As SearchServiceApplicationProxy
Dim returnValue As String

returnValue = instance.GetSearchApplicationDisplayName()
public string GetSearchApplicationDisplayName()

Return value

Type: System.String
The display name of the Search service application.

Implements

ISearchSiteAdministrationServiceApplication.GetSearchApplicationDisplayName()

Exceptions

Exception Condition
Exception

An error occurred during application execution.

Remarks

This method returns the display name of the Search service application for which the SearchServiceApplicationProxy acts as a proxy.

See also

Reference

SearchServiceApplicationProxy class

SearchServiceApplicationProxy members

Microsoft.Office.Server.Search.Administration namespace