SPUserCodeLoadBalancerProvider.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 the object can be selected for backup and restoration; otherwise, false.
Remarks
This implementation always returns false.
See also
Reference
SPUserCodeLoadBalancerProvider class