SPClaimProviderManager.IBackupRestore.CanSelectForBackup property
Gets or sets a value that indicates whether the content component that is represented by the object can be selected for restoration.
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Private Property CanSelectForBackup As Boolean
Implements IBackupRestore.CanSelectForBackup
Get
Set
'Usage
Dim instance As SPClaimProviderManager
Dim value As Boolean
value = CType(instance, IBackupRestore).CanSelectForBackup
CType(instance, IBackupRestore).CanSelectForBackup = value
boolIBackupRestore.CanSelectForBackup { get; set; }
Property value
Type: System.Boolean
true if the content component can be selected for an independent backup; otherwise, false.
Implements
IBackupRestore.CanSelectForBackup