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