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