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