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