SPUserCodeProvider.CanSelectForBackupRestore property

When implemented in a derived class, gets a value indicating whether this item is individually selectable, in the UI, for backup and restoration.

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

Syntax

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

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

Property value

Type: System.Boolean
true if the provider object can be selected for backup and restoration; otherwise, false.

See also

Reference

SPUserCodeProvider class

SPUserCodeProvider members

Microsoft.SharePoint.Administration namespace