Share via


ConversionServiceApplicationProxyBackupAttribute class

Defines the backup and restore behavior for a service application proxy.

Inheritance hierarchy

System.Object
  System.Attribute
    Microsoft.SharePoint.Administration.IisWebServiceBackupBehaviorAttribute
      Microsoft.SharePoint.Administration.IisWebServiceApplicationProxyBackupBehaviorAttribute
        Microsoft.Office.ConversionServices.Service.ConversionServiceApplicationProxyBackupAttribute

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

Syntax

'Declaration
<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple := False, Inherited := False)> _
Public MustInherit Class ConversionServiceApplicationProxyBackupAttribute _
    Inherits IisWebServiceApplicationProxyBackupBehaviorAttribute
'Usage
Dim instance As ConversionServiceApplicationProxyBackupAttribute
[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
public abstract class ConversionServiceApplicationProxyBackupAttribute : IisWebServiceApplicationProxyBackupBehaviorAttribute

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

ConversionServiceApplicationProxyBackupAttribute members

Microsoft.Office.ConversionServices.Service namespace