ConversionServiceApplicationBackupAttribute class

Defines backup and restore behavior for a service application.

Inheritance hierarchy

System.Object
  System.Attribute
    Microsoft.SharePoint.Administration.IisWebServiceBackupBehaviorAttribute
      Microsoft.SharePoint.Administration.IisWebServiceApplicationBackupBehaviorAttribute
        Microsoft.Office.ConversionServices.Service.ConversionServiceApplicationBackupAttribute

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 ConversionServiceApplicationBackupAttribute _
    Inherits IisWebServiceApplicationBackupBehaviorAttribute
'Usage
Dim instance As ConversionServiceApplicationBackupAttribute
[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
public abstract class ConversionServiceApplicationBackupAttribute : IisWebServiceApplicationBackupBehaviorAttribute

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

ConversionServiceApplicationBackupAttribute members

Microsoft.Office.ConversionServices.Service namespace