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 name of the ISearchSiteAdministrationServiceApplication.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<OperationContractAttribute> _
Function GetSearchApplicationName As String
'Usage
Dim instance As ISearchSiteAdministrationServiceApplication
Dim returnValue As String
returnValue = instance.GetSearchApplicationName()
[OperationContractAttribute]
string GetSearchApplicationName()
Return Value
Type: System.String
The name of the ISearchSiteAdministrationServiceApplication.
Remarks
This method retrieves the name of the ISearchSiteAdministrationServiceApplication.
See Also
Reference
ISearchSiteAdministrationServiceApplication Interface