SPUserCodeProvider.CanSelectForBackup property
Gets or sets a value indicating whether this item is individually selectable, in the UI, for backup.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property CanSelectForBackup As Boolean
Get
Set
'Usage
Dim instance As SPUserCodeProvider
Dim value As Boolean
value = instance.CanSelectForBackup
instance.CanSelectForBackup = value
public bool CanSelectForBackup { get; set; }
Property value
Type: System.Boolean
true if the object is individually selectable for backup; otherwise, false.
Implements
IBackupRestore.CanSelectForBackup
Remarks
This implementation returns the value of the CanSelectForBackupRestore property. The set accessor does nothing.