Share via


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)
Available in Sandboxed Solutions: No

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