SPUserCodeProvider.CanSelectForRestore property

Gets or sets a value indicating whether this item is individually selectable, in the UI, for restoration.

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

Syntax

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

value = instance.CanSelectForRestore

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

Property value

Type: System.Boolean
true if the object is individually selectable for restoration; otherwise, false.

Implements

IBackupRestore.CanSelectForRestore

Remarks

This implementation returns the value of the CanSelectForBackupRestore property. The set accessor does nothing.

See also

Reference

SPUserCodeProvider class

SPUserCodeProvider members

Microsoft.SharePoint.Administration namespace