SearchServiceApplication.GetSearchApplicationDisplayName Method
Returns the display name of the SearchServiceApplication.
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 SearchServiceApplication
Dim returnValue As String
returnValue = instance.GetSearchApplicationDisplayName()
public string GetSearchApplicationDisplayName()
Return Value
Type: System.String
The display name of the SearchServiceApplication.
Implements
ISearchSiteAdministrationServiceApplication.GetSearchApplicationDisplayName()
Remarks
This method returns the display name of the SearchServiceApplication.
See Also
Reference
SearchServiceApplication Class