Share via


TranslationServiceProxy.GetProxyTypes method

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

Namespace:  Microsoft.Office.TranslationServices
Assembly:  Microsoft.Office.TranslationServices (in Microsoft.Office.TranslationServices.dll)

Syntax

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

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

Return value

Type: []
An array containing the Type of TranslationServiceApplicationProxy objects.

Implements

IServiceProxyAdministration.GetProxyTypes()

See also

Reference

TranslationServiceProxy class

TranslationServiceProxy members

Microsoft.Office.TranslationServices namespace