TranslationServiceApplication class

Represents a service application.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPAutoSerializingObject
    Microsoft.SharePoint.Administration.SPPersistedObject
      Microsoft.SharePoint.Administration.SPPersistedUpgradableObject
        Microsoft.SharePoint.Administration.SPServiceApplication
          Microsoft.SharePoint.Administration.SPIisWebServiceApplication
            Microsoft.Office.ConversionServices.Service.ConversionServiceApplication
              Microsoft.Office.TranslationServices.TranslationServiceApplication

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

Syntax

'Declaration
<GuidAttribute("e97456d9-0e03-45b0-abdb-d0c4f715fc33")> _
<ServiceBehaviorAttribute(Namespace := "https://schemas.microsoft.com/office/server/translation/2010/11/service")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class TranslationServiceApplication _
    Inherits ConversionServiceApplication
'Usage
Dim instance As TranslationServiceApplication
[GuidAttribute("e97456d9-0e03-45b0-abdb-d0c4f715fc33")]
[ServiceBehaviorAttribute(Namespace = "https://schemas.microsoft.com/office/server/translation/2010/11/service")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class TranslationServiceApplication : ConversionServiceApplication

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

TranslationServiceApplication members

Microsoft.Office.TranslationServices namespace