IisWebServiceBackupBehaviorAttribute.CanSelectForRestore Property
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)
Available in Sandboxed Solutions: No
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