Share via


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

SearchQueryAndSiteSettingsService members

Microsoft.Office.Server.Search.Administration namespace