SPWebService.CanSelectForRestore property
Gets or sets a value that indicates whether the service can be restored.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property CanSelectForRestore As Boolean
Get
Set
'Usage
Dim instance As SPWebService
Dim value As Boolean
value = instance.CanSelectForRestore
instance.CanSelectForRestore = value
public bool CanSelectForRestore { get; set; }
Property value
Type: System.Boolean
true indicates the service can be restored; otherwise, false. The default is true.
Implements
IBackupRestore.CanSelectForRestore