SPSolution.CanSelectForRestore property

Gets or sets whether this item can be selected by itself for restore operations.

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

Syntax

'Declaration
Public Property CanSelectForRestore As Boolean
    Get
    Set
'Usage
Dim instance As SPSolution
Dim value As Boolean

value = instance.CanSelectForRestore

instance.CanSelectForRestore = value
public bool CanSelectForRestore { get; set; }

Property value

Type: System.Boolean
Returns true if it can be selected; otherwise, false.

Implements

IBackupRestore.CanSelectForRestore

See also

Reference

SPSolution class

SPSolution members

Microsoft.SharePoint.Administration namespace