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.
Gets the list of the application types supported by the SearchQueryAndSiteSettingsService.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function GetApplicationTypes As Type()
'Usage
Dim instance As SearchQueryAndSiteSettingsService
Dim returnValue As Type()
returnValue = instance.GetApplicationTypes()
public Type[] GetApplicationTypes()
Return Value
Type: []
The list of the application types.
Implements
IServiceAdministration.GetApplicationTypes()
Remarks
This method always returns a type of SearchServiceApplication.
See Also
Reference
SearchQueryAndSiteSettingsService Class