IisWebServiceBackupBehaviorAttribute Class

The base class attribute used to describe the backup and restore behavior of an object in the shared services framework.

Inheritance Hierarchy

System.Object
  System.Attribute
    Microsoft.SharePoint.Administration.IisWebServiceBackupBehaviorAttribute
      Microsoft.SharePoint.Administration.IisWebServiceApplicationBackupBehaviorAttribute
      Microsoft.SharePoint.Administration.IisWebServiceApplicationProxyBackupBehaviorAttribute

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public MustInherit Class IisWebServiceBackupBehaviorAttribute _
    Inherits Attribute
'Usage
Dim instance As IisWebServiceBackupBehaviorAttribute
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public abstract class IisWebServiceBackupBehaviorAttribute : Attribute

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

IisWebServiceBackupBehaviorAttribute Members

Microsoft.SharePoint.Administration Namespace