IisWebServiceApplicationBackupBehaviorAttribute Class
SharePoint 2010
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.
System.Object
System.Attribute
Microsoft.SharePoint.Administration.IisWebServiceBackupBehaviorAttribute
Microsoft.SharePoint.Administration.IisWebServiceApplicationBackupBehaviorAttribute
System.Attribute
Microsoft.SharePoint.Administration.IisWebServiceBackupBehaviorAttribute
Microsoft.SharePoint.Administration.IisWebServiceApplicationBackupBehaviorAttribute
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = false, Inherited = false)] [SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)] [SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)] public class IisWebServiceApplicationBackupBehaviorAttribute : IisWebServiceBackupBehaviorAttribute
The behavior can be manipulated implementing the virtual properties and methods. These closely mirror the IBackupRestore interface.