Share via


TranslationService.GetApplicationTypes method

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

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

Syntax

'Declaration
Public Function GetApplicationTypes As Type()
'Usage
Dim instance As TranslationService
Dim returnValue As Type()

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

Return value

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

Implements

IServiceAdministration.GetApplicationTypes()

See also

Reference

TranslationService class

TranslationService members

Microsoft.Office.TranslationServices namespace