Share via


TranslationService.GetApplicationTypeDescription method

Gets a description of the specified service application type.

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

Syntax

'Declaration
Public Function GetApplicationTypeDescription ( _
    serviceApplicationType As Type _
) As SPPersistedTypeDescription
'Usage
Dim instance As TranslationService
Dim serviceApplicationType As Type
Dim returnValue As SPPersistedTypeDescription

returnValue = instance.GetApplicationTypeDescription(serviceApplicationType)
public SPPersistedTypeDescription GetApplicationTypeDescription(
    Type serviceApplicationType
)

Parameters

  • serviceApplicationType
    Type: System.Type

    The type of the service application.

Return value

Type: Microsoft.SharePoint.Administration.SPPersistedTypeDescription
The SPPersistedTypeDescription object.

Implements

IServiceAdministration.GetApplicationTypeDescription(Type)

See also

Reference

TranslationService class

TranslationService members

Microsoft.Office.TranslationServices namespace