SPSolutionCollection.IBackupRestore.CanSelectForBackup property

Gets or sets if the solution collection is selectable for a back-up operation.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Private Property CanSelectForBackup As Boolean
    Implements IBackupRestore.CanSelectForBackup
    Get
    Set
'Usage
Dim instance As SPSolutionCollection
Dim value As Boolean

value = CType(instance, IBackupRestore).CanSelectForBackup

CType(instance, IBackupRestore).CanSelectForBackup = value
boolIBackupRestore.CanSelectForBackup { get; set; }

Property value

Type: System.Boolean
Returns true if the solution collection is selectable; otherwise, false.

Implements

IBackupRestore.CanSelectForBackup

See also

Reference

SPSolutionCollection class

SPSolutionCollection members

Microsoft.SharePoint.Administration namespace