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)
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.