IisWebServiceApplicationBackupBehaviorAttribute class
Specifies that a subclass of objects that derive from theSPIisWebServiceApplication class participate in backup and restore. This is done by applying this attribute to the class.
Inheritance hierarchy
System.Object
System.Attribute
Microsoft.SharePoint.Administration.IisWebServiceBackupBehaviorAttribute
Microsoft.SharePoint.Administration.IisWebServiceApplicationBackupBehaviorAttribute
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple := False, Inherited := False)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public Class IisWebServiceApplicationBackupBehaviorAttribute _
Inherits IisWebServiceBackupBehaviorAttribute
'Usage
Dim instance As IisWebServiceApplicationBackupBehaviorAttribute
[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public class IisWebServiceApplicationBackupBehaviorAttribute : IisWebServiceBackupBehaviorAttribute
Remarks
The behavior can be manipulated implementing the virtual properties and methods. These closely mirror the IBackupRestore interface.
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.