Share via


SearchQueryAndSiteSettingsServiceProxy.GetProxyTypes method

Gets an array of the service application types supported by the shared service proxy.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Function GetProxyTypes As Type()
'Usage
Dim instance As SearchQueryAndSiteSettingsServiceProxy
Dim returnValue As Type()

returnValue = instance.GetProxyTypes()
public Type[] GetProxyTypes()

Return value

Type: []
The array of the service application types.

Implements

IServiceProxyAdministration.GetProxyTypes()

Remarks

This method returns an array that contains one element of the SearchServiceApplicationProxy type.

See also

Reference

SearchQueryAndSiteSettingsServiceProxy class

SearchQueryAndSiteSettingsServiceProxy members

Microsoft.Office.Server.Search.Administration namespace