SPSolution.CanSelectForBackup Property
Gets or sets whether this item can be selected by itself for backup operations.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property CanSelectForBackup As Boolean
Get
Set
'Usage
Dim instance As SPSolution
Dim value As Boolean
value = instance.CanSelectForBackup
instance.CanSelectForBackup = value
public bool CanSelectForBackup { get; set; }
Property Value
Type: System.Boolean
Returns true if it can be selected; otherwise, false.
Implements
IBackupRestore.CanSelectForBackup