SPSolutionLanguagePack.IBackupRestore.CanSelectForRestore property
Gets or sets a value that indicates whether the language pack can be selected for a restore operation in the Central Administration user interface (UI).
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Private Property CanSelectForRestore As Boolean
Implements IBackupRestore.CanSelectForRestore
Get
Set
'Usage
Dim instance As SPSolutionLanguagePack
Dim value As Boolean
value = CType(instance, IBackupRestore).CanSelectForRestore
CType(instance, IBackupRestore).CanSelectForRestore = value
boolIBackupRestore.CanSelectForRestore { get; set; }
Property value
Type: System.Boolean
false in all cases.
Implements
IBackupRestore.CanSelectForRestore
Remarks
This implementation always returns false, and the set accessor does nothing.
This member is an explicit interface member implementation. It can be used only when the SPSolutionLanguagePack instance is cast to an IBackupRestore interface.