SPSecurityTokenServiceManager.IBackupRestore.CanSelectForRestore property

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 SPSecurityTokenServiceManager
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

See also

Reference

SPSecurityTokenServiceManager class

SPSecurityTokenServiceManager members

Microsoft.SharePoint.Administration.Claims namespace