Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets a value that indicates whether the content component that is represented by the IBackupRestore object can be selected for restoration.
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Private Property CanSelectForRestore As Boolean
Implements IBackupRestore.CanSelectForRestore
Get
Set
'Usage
Dim instance As SPClaimProviderManager
Dim value As Boolean
value = CType(instance, IBackupRestore).CanSelectForRestore
CType(instance, IBackupRestore).CanSelectForRestore = value
boolIBackupRestore.CanSelectForRestore { get; set; }
Property Value
Type: System.Boolean
true if the object can be selected; otherwise, false.
Implements
IBackupRestore.CanSelectForRestore