Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets a Boolean which indicates whether the object can be selected for restoration.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable Property CanSelectForRestore As Boolean
Get
Set
'Usage
Dim instance As IisWebServiceBackupBehaviorAttribute
Dim value As Boolean
value = instance.CanSelectForRestore
instance.CanSelectForRestore = value
public virtual bool CanSelectForRestore { get; set; }
Property value
Type: System.Boolean
Returns Boolean.
See also
Reference
IisWebServiceBackupBehaviorAttribute class