SearchQueryAndSiteSettingsService.GetApplicationTypes Method
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