TranslationServiceProxy class

Represents a proxy for the translation service.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPAutoSerializingObject
    Microsoft.SharePoint.Administration.SPPersistedObject
      Microsoft.SharePoint.Administration.SPPersistedUpgradableObject
        Microsoft.SharePoint.Administration.SPServiceProxy
          Microsoft.SharePoint.Administration.SPIisWebServiceProxy
            Microsoft.Office.TranslationServices.TranslationServiceProxy

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

Syntax

'Declaration
<GuidAttribute("96dedecf-e812-45cf-9073-065ea1027624")> _
<SupportedServiceApplicationAttribute("ad07fa8a-d276-4218-a962-33cad610561f", "1.0.0.0",  _
    GetType(TranslationServiceApplicationProxy))> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class TranslationServiceProxy _
    Inherits SPIisWebServiceProxy _
    Implements IServiceProxyAdministration
'Usage
Dim instance As TranslationServiceProxy
[GuidAttribute("96dedecf-e812-45cf-9073-065ea1027624")]
[SupportedServiceApplicationAttribute("ad07fa8a-d276-4218-a962-33cad610561f", "1.0.0.0", 
    typeof(TranslationServiceApplicationProxy))]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class TranslationServiceProxy : SPIisWebServiceProxy, 
    IServiceProxyAdministration

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

TranslationServiceProxy members

Microsoft.Office.TranslationServices namespace