SPUserCodeExecutionTier.CanSelectForBackupRestore property

Gets a value that indicates whether this item is individually selectable, in the user interface (UI), for backup and restoration.

Namespace:  Microsoft.SharePoint.Administration
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 if this object can be selected for backup and restoration; otherwise, false.

Remarks

This override always returns false.

See also

Reference

SPUserCodeExecutionTier class

SPUserCodeExecutionTier members

Microsoft.SharePoint.Administration namespace