SPSolutionCollection.IBackupRestore.CanSelectForRestore Property

Gets or sets if the solution collection is selectable for a restore operation.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

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

value = CType(instance, IBackupRestore).CanSelectForRestore

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

Property Value

Type: System.Boolean
Returns true if the solution collection can be selected; otherwise, false.

Implements

IBackupRestore.CanSelectForRestore

See Also

Reference

SPSolutionCollection Class

SPSolutionCollection Members

Microsoft.SharePoint.Administration Namespace