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