SPSolutionValidator.CanSelectForBackupRestore property

Determines whether this object is selectable by itself for a backup/restore operation.

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

Syntax

'Declaration
Protected Overrides ReadOnly Property CanSelectForBackupRestore As Boolean
    Get
'Usage
Dim value As Boolean

value = Me.CanSelectForBackupRestore
protected override bool CanSelectForBackupRestore { get; }

Property value

Type: System.Boolean
True means that the object can be selected, false means the object cannot be selected.

See also

Reference

SPSolutionValidator class

SPSolutionValidator members

Microsoft.SharePoint.UserCode namespace